去除首页详情点击友盟统计
This commit is contained in:
+6
-6
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user