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
Plain Diff
Browse Files
Authored by
陈峰
2018-12-27 15:38:12 +0800
Commit
5e02bc4f973ac63f4532ed81e2bf8a9afdfdd5b4
2 parents
d25bbce9
1df63d1d
Merge branch 'release/1.0' of
http://git.yoho.cn/fe/yoho-app-web
into release/1.0
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 @
5e02bc4
...
...
@@ -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 @
5e02bc4
...
...
@@ -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