删除toast

This commit is contained in:
liuye
2022-12-01 10:03:57 +08:00
parent f151878c25
commit b58678d896

View File

@@ -93,10 +93,7 @@ export default {
}).catch((err) => {
this.$u.toast(err)
})
}).catch((error) => {
this.$u.toast(error)
})
},
},
}