Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
yyq
2019-03-14 17:10:34 +0800
Commit
0444d7b74d5de166aec60279f5d79372bf073943
2 parents
8211a556
352d3762
Merge branch 'release/6.8.7' of git.yoho.cn:fe/yoho-community-web into release/6.8.7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
apps/components/products/product-group-item.vue
apps/components/products/product-group-item.vue
View file @
0444d7b
...
...
@@ -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,
...
...
Please
register
or
login
to post a comment