Authored by htoooth

fix

... ... @@ -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,
... ...