错误信息提示

This commit is contained in:
liuye
2022-09-28 16:19:37 +08:00
parent c9edab8515
commit 4993bb8de1
3 changed files with 6 additions and 0 deletions

View File

@@ -240,6 +240,8 @@ export default {
uni.$emit('updateList')
uni.navigateBack()
}
}).catch((err) => {
this.$u.toast(err)
})
},