From 035c63ce2bfbc88eb331b06c75077b4e6edd9f73 Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Sat, 3 Aug 2024 11:36:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E7=94=A8=E6=88=B7=E5=85=B6=E4=BB=96?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=94=AF=E4=BB=98=20=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=B4=AD=E7=89=A9=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order_food/order_food.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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