单商户版小程序秒杀限购无效
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
<view class="grab bg-color-red" v-if="timeList[active].status === 1 && item.stock > 0" @click="goDetail">马上抢</view>
|
||||
<view class="grab" v-if="timeList[active].status === 1 && item.stock <= 0">已售磬</view>
|
||||
<view class="grab bg-color-red" v-if="timeList[active].status === 2">即将开始</view>
|
||||
<view class="grab bg-color-red" v-if="timeList[active].status === 0">已结束</view>
|
||||
<view class="grab bg-color-red" v-if="timeList[active].status === 0" >已结束</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
Reference in New Issue
Block a user