取消所有返回后的调整

This commit is contained in:
aixianling
2021-12-17 15:19:23 +08:00
parent 61f9993376
commit 21ec6d01cd
2 changed files with 2 additions and 2 deletions

View File

@@ -258,7 +258,7 @@ export default {
}).then(res => {
if (res.code == 0) {
this.$u.toast(status == 1 ? "发布成功" : "保存成功")
this.$refs["aiBack"].back()
uni.navigateBack({})
}
})
},

View File

@@ -165,7 +165,7 @@ export default {
}).then(res => {
if (res.code == 0) {
this.$u.toast(status == 1 ? "发布成功" : "保存成功");
this.$refs["aiBack"].back();
uni.navigateBack({})
}
})
},