Authored by yyq

Merge branch 'release/6.8.7' of git.yoho.cn:fe/yoho-community-web into release/6.8.7

... ... @@ -133,13 +133,10 @@ export default {
this.reportProduct(skn);
},
reportProduct(skn) {
let name = this.$yoho.isiOS ? 'iFP_ArticleList' : 'aFP_ArticleList';
this.$store.dispatch('reportYas', {
params: {
appop: YAS.eventName.productClick,
param: {
P_NAME: name,
POS_ID: this.posId,
ARTICLE_ID: this.articleId,
PRD_SKN: skn,
... ...