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); };