...
|
...
|
@@ -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,
|
...
|
...
|
|