From 6ab7196f1941b543e06cb5946b7aca27e32a883b Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 11 Jan 2023 18:00:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=B8=80=E6=B3=A2=E5=8D=8A?= =?UTF-8?q?=E6=88=90=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wxmp/src/pages/home.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/wxmp/src/pages/home.vue b/wxmp/src/pages/home.vue index 72b7823..2d6a1cb 100644 --- a/wxmp/src/pages/home.vue +++ b/wxmp/src/pages/home.vue @@ -5,12 +5,12 @@
- + @@ -54,8 +54,7 @@ export default { handleAdd2Cart() { this.$toast("加入购物车") }, - handleDetail(e) { - console.log(e) + handleDetail() { this.$toast("查看详情") } },