单商户版小程序秒杀限购无效

This commit is contained in:
Gao xiaosong
2021-07-02 23:19:36 +08:00
parent c2e4ec1d7d
commit 7b535f1d45
4 changed files with 12 additions and 281 deletions

View File

@ -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>