mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2026-03-22 09:17:16 +08:00
商品详情的加入购物车规格弹窗修复
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
购物车
|
||||
<view class="badge badge-1" v-if="totalCartNum>0">{{totalCartNum}}</view>
|
||||
</view>
|
||||
<view class="btn cart" @tap="addToCart">
|
||||
<view class="btn cart" @tap="showSku">
|
||||
<text>加入购物车</text>
|
||||
</view>
|
||||
<view class="btn buy" @tap="buyNow">
|
||||
|
||||
Reference in New Issue
Block a user