Skip to content

Commit

Permalink
修复规格尺寸选择后同级消失的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
gooking committed Aug 10, 2022
1 parent 308f79a commit 25b5515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/goods-pop/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ Component({
});
},
async addCarSku(){
await this.calculateGoodsPrice()
// 加入购物车
if (!this.data.canSubmit) {
wx.showToast({
Expand Down

0 comments on commit 25b5515

Please sign in to comment.