Authored by shuaiguo

feat(product/detail): 社区文章埋点参数修改 reviewed by 邱骏

... ... @@ -75,7 +75,7 @@ export default {
let index = e.currentTarget.dataset.idx;
let param = {
PRD_SKN: this.productId,
ARTICLE: articleId,
ARTICLE_ID: articleId,
I_INDEX: +index + 1
};
... ...