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 c2dc76b commit c46bf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mall4m/pages/prod/prod.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
购物车
<view class='badge badge-1' wx:if="{{totalCartNum>0}}">{{totalCartNum}}</view>
</view>
<view class="btn cart" bindtap='addToCart'>
<view class="btn cart" bindtap='showSku'>
<text>加入购物车</text>
</view>
<view class="btn buy" bindtap='buyNow'>
Expand Down

0 comments on commit c46bf35

Please sign in to comment.