去除首页详情点击友盟统计

This commit is contained in:
lcc
2025-09-10 13:52:31 +08:00
parent 88c709b1aa
commit ff5a9d69f8
+6 -6
View File
@@ -415,12 +415,12 @@ const onSearch = () => {
const pushLink = (item) => { const pushLink = (item) => {
let url = "/item/"+item.id let url = "/item/"+item.id
//友盟统计 //友盟统计
trackEvent('list', 'CLK', { // trackEvent('list', 'CLK', {
Key_ProductId: item.id, // Key_ProductId: item.id,
Key_ProductTitle: item.title, // Key_ProductTitle: item.title,
Key_Brand: item.brandName, // Key_Brand: item.brandName,
Key_Series: item.seriesName // Key_Series: item.seriesName
}); // });
route.push(url); route.push(url);
}; };