Commit 375b92ebd2c4bf4dab9ac577a07dafeee4374f8f
1 parent
fde00771
1.预热中的商品,只能显示已拼0件
Showing
1 changed file
with
2 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.wxml
... | ... | @@ -344,7 +344,8 @@ |
344 | 344 | <view class="word-line fs24 xc-unit-price">零售价¥{{data.market_price}}</view> |
345 | 345 | </view> |
346 | 346 | <view class="xc-val-price"> |
347 | - <view class="fs30" style='padding-left:13rpx;'>已抢:{{prom_act.buy_num+prom_act.virtual}}件</view> | |
347 | + <view class="fs30" style='padding-left:13rpx;' wx:if="{{prom_st==1}}" >已抢:{{prom_act.buy_num+prom_act.virtual}}件</view> | |
348 | + <view class="fs30" style='padding-left:13rpx;' wx:else >已抢:0件</view> | |
348 | 349 | <view class="fs30 save t-c">秒杀立省¥{{filters.toFix(data.market_price-prom_price,2)}}</view> |
349 | 350 | </view> |
350 | 351 | </view> | ... | ... |