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

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