Authored by htoooth

fix error

... ... @@ -153,6 +153,7 @@ export default {
this.$nextTick(() => {
this.$refs.actionSheet.show(params).then(() => {
toast.hide();
}).catch(() => {
this.$createToast && this.$createToast({
txt: '服务器开小差了',
type: 'warn',
... ...