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