723

parent 7ea32330
...@@ -60,7 +60,6 @@ ...@@ -60,7 +60,6 @@
<span v-if="!saleObj && !canSale">暂无可用</span> <span v-if="!saleObj && !canSale">暂无可用</span>
<span v-if="!saleObj && canSale" style="color: #F83534">有可用优惠</span> <span v-if="!saleObj && canSale" style="color: #F83534">有可用优惠</span>
<span v-if="saleObj" style="color: #F83534">-{{saleObj.money | price}}</span> <span v-if="saleObj" style="color: #F83534">-{{saleObj.money | price}}</span>
>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -251,7 +251,7 @@ export default { ...@@ -251,7 +251,7 @@ export default {
this.bindMobile.show = true; this.bindMobile.show = true;
setTimeout(() => { setTimeout(() => {
this.$sa.track("ViewRegisterpage", {}); this.$sa.track("ViewRegisterpage", {});
}, 1000); },1000);
} else { } else {
this.goToBuyPage(type); this.goToBuyPage(type);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment