Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-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
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2018-12-27 15:34:51 +0800
Commit
9c9829c75ce03fd60dff1d2341665490524d5a03
1 parent
2fc045c8
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
apps/pages/single/coupon/components/exchange-box/exchage-box.vue
apps/pages/single/coupon/yoho/list.vue
apps/pages/single/coupon/components/exchange-box/exchage-box.vue
View file @
9c9829c
...
...
@@ -17,7 +17,9 @@ export default {
},
methods: {
onClick() {
this.$emit('click');
if (this.code) {
this.$emit('click');
}
}
},
computed: {
...
...
apps/pages/single/coupon/yoho/list.vue
View file @
9c9829c
...
...
@@ -145,6 +145,7 @@ export default {
mask: true,
time: 1000
}).show();
this.reachBottom(true);
} else {
this.$createToast({
txt: result.message,
...
...
Please
register
or
login
to post a comment