修改商品添加逻辑

master
于肖磊 2024-09-27 18:12:10 +08:00
parent 47d5c0407d
commit 402eff04e4
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@
if (goods['user_cart_count'] > 99) {
goods['user_cart_count'] = '99+';
}
if (this.theme == '5') {
if (this.theme != '5') {
new_data[index] = goods;
this.setData({
list: new_data,