From 81f3ce14d1226819f5480c5ca73108fb60950f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Mon, 7 Apr 2025 14:18:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81=E5=8A=A0?= =?UTF-8?q?=E8=B4=AD=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/diy/components/diy/goods-list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/diy/components/diy/goods-list.vue b/pages/diy/components/diy/goods-list.vue index 40dd7743..e7d12338 100644 --- a/pages/diy/components/diy/goods-list.vue +++ b/pages/diy/components/diy/goods-list.vue @@ -531,7 +531,6 @@ }, // 加入购物车成功回调 goods_cart_back_event(e) { - app.globalData.showToast('加入成功', 'success'); // 增加数量 var { index, split_index } = e.back_data; let new_data = this.list; @@ -555,6 +554,7 @@ shop_content_list: new_data, }); } + app.globalData.showToast('加入成功', 'success'); }, }, };