diff --git a/pages/order_food/order_food.vue b/pages/order_food/order_food.vue index a6e1c1a..8b5103f 100644 --- a/pages/order_food/order_food.vue +++ b/pages/order_food/order_food.vue @@ -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