From 9415b557c993f966b30f02cc3a6740d21e7c9c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 27 Sep 2024 17:51:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/goods-list.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/diy/goods-list.vue b/components/diy/goods-list.vue index 230c051d..7ab9c522 100644 --- a/components/diy/goods-list.vue +++ b/components/diy/goods-list.vue @@ -418,7 +418,7 @@ goods = this.shop_content_list[index][split_index]; } if (this.form.shop_button_effect == '0') { - app.globalData.url_event(goods.goods_url); + app.globalData.url_open(goods.goods_url); } else { if ((this.$refs.goods_buy || null) != null) { // 开启购物车抛物线效果则展示提示操作 @@ -441,6 +441,7 @@ }, // 加入购物车成功回调 goods_cart_back_event(e) { + app.globalData.showToast('加入成功', 'success'); // 增加数量 var { index, split_index } = e.back_data; let new_data = this.list;