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 {
@@ -122,7 +122,8 @@ export default {
122
return this.$router.push({
122
return this.$router.push({
123
name: 'List',
123
name: 'List',
124
query: {
124
query: {
125
-
coupon_token
125
+
coupon_token,
126
+
type: 8
126
}
127
}
127
});
128
});
128
}
129
}
Please
register
or
login
to post a comment