|
@@ -514,7 +514,10 @@ export default {
|
|
|
this.goBackToList(1)
|
|
this.goBackToList(1)
|
|
|
}
|
|
}
|
|
|
else {
|
|
else {
|
|
|
- this.$tip.error(res.data.message);
|
|
|
|
|
|
|
+ uni.showToast({
|
|
|
|
|
+ title: res.data.message,
|
|
|
|
|
+ icon: 'none'
|
|
|
|
|
+ });
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
} else {
|
|
} else {
|
|
@@ -528,7 +531,10 @@ export default {
|
|
|
this.goBackToList(1)
|
|
this.goBackToList(1)
|
|
|
}
|
|
}
|
|
|
else {
|
|
else {
|
|
|
- this.$tip.error(res.data.message);
|
|
|
|
|
|
|
+ uni.showToast({
|
|
|
|
|
+ title: res.data.message,
|
|
|
|
|
+ icon: 'none'
|
|
|
|
|
+ });
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|