29418
This commit is contained in:
@@ -350,11 +350,11 @@ export default {
|
|||||||
id: this.id
|
id: this.id
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
this.$u.toast('保存成功')
|
this.$u.toast('操作成功')
|
||||||
uni.$emit('reload')
|
uni.$emit('reload')
|
||||||
uni.navigateBack({
|
setTimeout(() => {
|
||||||
delta: 1
|
uni.navigateBack()
|
||||||
})
|
}, 600)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user