This commit is contained in:
2020-07-14 17:43:15 +08:00
parent b83b375945
commit 4ab7d33643
11 changed files with 299 additions and 25 deletions

View File

@@ -67,9 +67,15 @@ export default {
fb_images: this.imageList,
}).then(res => {
if(res.errCode == 0) {
this.$u.route({
type: "redirect",
url: '/pageE/more/Complaints',
this.$refs.uToast.show({
title: res.message,
duration: 2000,
callback:() => {
this.$u.route({
type: "navigateBack",
url: '/pageE/more/Complaints',
})
}
})
} else {
this.$u.toast(res.message);