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
hongyong.zhao
2019-10-19 11:26:43 +0800
Commit
f1b237bfaa73fea7f2b35931e23ad40f3db1e67e
1 parent
cb5aa6dd
修改优惠券跳转不对的问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
apps/pages/home/coupon/list.vue
apps/pages/home/coupon/list.vue
View file @
f1b237b
...
...
@@ -122,7 +122,8 @@ export default {
return this.$router.push({
name: 'List',
query: {
coupon_token
coupon_token,
type: 8
}
});
}
...
...
Please
register
or
login
to post a comment