This commit is contained in:
liuye
2022-09-28 15:01:46 +08:00
parent 2560374f6c
commit e27060f285

View File

@@ -149,6 +149,8 @@ export default {
}else {
this.$u.toast(res.msg)
}
}).catch((err) => {
this.$u.toast(err)
})
})
},