This commit is contained in:
shijingjing
2022-04-29 10:20:25 +08:00
parent 837aa3b8fe
commit f7184d4f2a

View File

@@ -350,11 +350,11 @@ export default {
id: this.id
}).then(res => {
if (res.code === 0) {
this.$u.toast('保存成功')
this.$u.toast('操作成功')
uni.$emit('reload')
uni.navigateBack({
delta: 1
})
setTimeout(() => {
uni.navigateBack()
}, 600)
}
})
},