From c5465b584402f69de33a1abe192df8b47ea0a82e Mon Sep 17 00:00:00 2001 From: sjeam <359824901@qq.com> Date: Sat, 6 Sep 2025 18:39:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index b03843c..7d9742c 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -140,7 +140,7 @@ @click=" more({ type: 2, - url: '/pages/goods_details/index?id=${item.product_id}', + url: `/pages/goods_details/index?id=${item.product_id}`, }) " v-for="item in product_30"