修改商品加购逻辑

master
于肖磊 2025-04-07 14:18:01 +08:00
parent 30ba039473
commit 81f3ce14d1
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,6 @@
},
//
goods_cart_back_event(e) {
app.globalData.showToast('加入成功', 'success');
//
var { index, split_index } = e.back_data;
let new_data = this.list;
@ -555,6 +554,7 @@
shop_content_list: new_data,
});
}
app.globalData.showToast('加入成功', 'success');
},
},
};