多用户其他用户支付 当前用户购物清空

This commit is contained in:
GaoHao
2024-08-03 11:36:43 +08:00
parent 87a544a526
commit 035c63ce2b

View File

@@ -798,9 +798,11 @@
case 'sku': // sku 数量 查询这个商品的价格和数量 case 'sku': // sku 数量 查询这个商品的价格和数量
break; break;
case 'order': case 'order':
this.skuidname = [] this.cartLists_count = 0;
this.showCart = false this.skuidname = [];
this.cartLists = msg this.cartListsdatashow = false;
this.showCart = false;
this.cartLists = msg;
break; break;
case 'addCart': //初始化add case 'addCart': //初始化add
this.cartLists = msg this.cartLists = msg