📖 code review:秒杀列表

This commit is contained in:
YunaiV
2023-12-27 19:22:55 +08:00
parent 74b450ec3c
commit ccb5796468
3 changed files with 25 additions and 27 deletions
+4 -1
View File
@@ -1,3 +1,4 @@
<!-- 秒杀商品详情 -->
<template>
<s-layout :onShareAppMessage="shareInfo" navbar="goods">
<!-- 标题栏 -->
@@ -110,9 +111,11 @@
:class="
state.goodsInfo.stock === 0 || activity.status != 'ing' ? '' : ''
"
>秒杀价</view
>
秒杀价
</view>
</button>
<!-- TODO @疯狂status 判断不太对 -->
<button
class="ss-reset-button btn-box ss-flex-col"
@tap="state.showSelectSku = true"