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("查看详情") } },