Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
李奇
2018-05-17 11:22:38 +0800
Commit
8c9c2420662bbfeee76d9d1f28972510ec3c0cc4
1 parent
246b4000
页商品链接组件跳转app详情页时添加参数
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/components/links/product-link.vue
src/components/links/product-link.vue
View file @
8c9c242
...
...
@@ -36,7 +36,9 @@ export default {
let goParams = {
action: 'go.productDetail',
params: {
product_skn: product_skn
product_skn: product_skn,
from_page_name: this.$route.name,
from_page_param: this.$route.query
}
};
...
...
Please
register
or
login
to post a comment