多用户其他用户支付 当前用户购物清空
This commit is contained in:
@@ -798,9 +798,11 @@
|
||||
case 'sku': // sku 数量 查询这个商品的价格和数量
|
||||
break;
|
||||
case 'order':
|
||||
this.skuidname = []
|
||||
this.showCart = false
|
||||
this.cartLists = msg
|
||||
this.cartLists_count = 0;
|
||||
this.skuidname = [];
|
||||
this.cartListsdatashow = false;
|
||||
this.showCart = false;
|
||||
this.cartLists = msg;
|
||||
break;
|
||||
case 'addCart': //初始化add
|
||||
this.cartLists = msg
|
||||
|
||||
Reference in New Issue
Block a user