Skip to content

Commit

Permalink
商品详情的加入购物车规格弹窗修复
Browse files Browse the repository at this point in the history
  • Loading branch information
yoona-lin committed Apr 27, 2021
1 parent d4441fb commit c2dc76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mall4uni/pages/prod/prod.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit c2dc76b

Please sign in to comment.