From ff5a9d69f8598080a0b535da2e9076cee00e8a95 Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Wed, 10 Sep 2025 13:52:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E9=A6=96=E9=A1=B5=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E7=82=B9=E5=87=BB=E5=8F=8B=E7=9B=9F=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Home.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/Home.vue b/src/pages/Home.vue index 6f64ebf..a76bbae 100644 --- a/src/pages/Home.vue +++ b/src/pages/Home.vue @@ -415,12 +415,12 @@ const onSearch = () => { const pushLink = (item) => { let url = "/item/"+item.id //友盟统计 - trackEvent('list', 'CLK', { - Key_ProductId: item.id, - Key_ProductTitle: item.title, - Key_Brand: item.brandName, - Key_Series: item.seriesName - }); + // trackEvent('list', 'CLK', { + // Key_ProductId: item.id, + // Key_ProductTitle: item.title, + // Key_Brand: item.brandName, + // Key_Series: item.seriesName + // }); route.push(url); };