多用户其他用户支付 当前用户购物清空
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user