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
Email Patches
Plain Diff
Browse Files
Authored by
TaoHuang
2019-03-15 10:36:49 +0800
Commit
15d085f50705c10ba1dcef6b91d9ff5aa79e5eb1
1 parent
f0fd77b9
fix yas error
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/pages/article/components/article/article.vue
apps/pages/article/components/article/article.vue
View file @
15d085f
...
...
@@ -255,7 +255,7 @@ export default {
}, ...(item.data.productList || []).map(p => {
return {
P_NAME: name,
P_PARAM:
this.$route.params.id
,
P_PARAM:
preview
,
I_INDEX: index,
PRD_SKN: p.productSkn,
POS_ID: this.posId
...
...
Please
register
or
login
to post a comment