This commit is contained in:
shijingjing
2022-04-27 12:43:48 +08:00
parent d78c49aff4
commit 95ddb550e7
3 changed files with 36 additions and 27 deletions

View File

@@ -123,7 +123,7 @@ export default {
}
}).then(res => {
if (res.code === 0) {
this.$u.toast('操作成功')
this.$u.toast('提交成功')
uni.$emit('reload')
setTimeout(() =>{
uni.navigateBack({
@@ -140,7 +140,7 @@ export default {
}
}).then(res => {
if (res.code === 0) {
this.$u.toast('操作成功')
this.$u.toast('提交成功')
uni.$emit('reload')
setTimeout(() =>{
uni.navigateBack({