Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
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
TaoHuang
6 years ago
Commit
50d2044e9defdb54b4debe3017323ea63e4cd809
1 parent
20d79e4f
fix pagenmae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
apps/pages/single/selfUfo/form/form.vue
apps/pages/single/selfUfo/form/form.vue
View file @
50d2044
...
...
@@ -120,7 +120,11 @@ export default {
href: 'javascript:;'
},
onConfirm: () => {
this.$yoho.goUfoProductDetail(result.data);
this.$yoho.goPage('go.ufo', {
pagename: 'productDetail',
productId: result.data,
from_page_name: 'UFOStoreManage'
});
},
onCancel: () => {
}
...
...
Please
register
or
login
to post a comment