Authored by zhangwenxue

fix(商品详情): 修改商品TOP列表埋点POS_ID为3

... ... @@ -103,7 +103,7 @@ export default {
offsetTop: productElList[idx].offsetTop,
offsetHeight: productElList[idx].offsetHeight,
},
yasParams: {...this.recommendYasParams, I_INDEX: idx + 1, PRD_SKN: item.id, POS_ID: 1},
yasParams: {...this.recommendYasParams, I_INDEX: idx + 1, PRD_SKN: item.id},
};
}
});
... ...