单商户版小程序秒杀详情划线价是商品秒杀价格
This commit is contained in:
@ -12,7 +12,7 @@
|
|||||||
<text class="tui-price">{{ formatPrice(storeInfo.price, 0) }}</text>
|
<text class="tui-price">{{ formatPrice(storeInfo.price, 0) }}</text>
|
||||||
<text>.{{ formatPrice(storeInfo.price, 1) }}</text>
|
<text>.{{ formatPrice(storeInfo.price, 1) }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="tui-original-price tui-white__gray" v-text="'¥' + storeInfo.price"></view>
|
<view class="tui-original-price tui-white__gray" v-text="'¥' + storeInfo.otPrice"></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="tui-sold tui-white__gray">
|
<view class="tui-sold tui-white__gray">
|
||||||
<text>已抢{{ storeInfo.sales }}件</text>
|
<text>已抢{{ storeInfo.sales }}件</text>
|
||||||
|
Reference in New Issue
Block a user