修改商品添加逻辑
parent
47d5c0407d
commit
402eff04e4
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue