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
Plain Diff
Browse Files
Authored by
张文文
2020-03-12 10:22:45 +0800
Commit
8f3cbbe1f5eb8659b8cd1d8487cd083a4e52f779
2 parents
80e9cabc
f818a475
Merge branch 'feature/saler_coupon' into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
apps/pages/home/coupon/list.vue
apps/pages/home/coupon/list.vue
View file @
8f3cbbe
...
...
@@ -140,6 +140,15 @@ export default {
this.$router.push({
name: 'SalerCoupon',
});
},
reportYas(name, params) {
this.$store.dispatch('reportYas', {
params: {
appop: name,
param: params
}
});
}
},
computed: {
...
...
Please
register
or
login
to post a comment