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
shuaiguo
2019-12-25 16:42:41 +0800
Commit
d37a26f635b784c3e347b8348ea7f885106a3e2b
1 parent
8aad1598
feat(product/detail): 社区文章埋点参数修改 reviewed by 邱骏
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/pages/product/components/grass-artilces.vue
apps/pages/product/components/grass-artilces.vue
View file @
d37a26f
...
...
@@ -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
};
...
...
Please
register
or
login
to post a comment