Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangwenxue
5 years ago
Commit
0229bba12f7ad58671bd468deb8d5d235c8142ac
1 parent
9c412f2c
fix(商品详情): 修改商品TOP列表埋点POS_ID为3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/pages/product/brand-product-list.vue
apps/pages/product/brand-product-list.vue
View file @
0229bba
...
...
@@ -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},
};
}
});
...
...
Please
register
or
login
to post a comment