Authored by 陈峰

Merge branch 'release/1.0' of http://git.yoho.cn/fe/yoho-app-web into release/1.0

... ... @@ -17,7 +17,9 @@ export default {
},
methods: {
onClick() {
this.$emit('click');
if (this.code) {
this.$emit('click');
}
}
},
computed: {
... ...
... ... @@ -145,6 +145,7 @@ export default {
mask: true,
time: 1000
}).show();
this.reachBottom(true);
} else {
this.$createToast({
txt: result.message,
... ...