取消所有返回后的调整
This commit is contained in:
@@ -258,7 +258,7 @@ export default {
|
|||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.$u.toast(status == 1 ? "发布成功" : "保存成功")
|
this.$u.toast(status == 1 ? "发布成功" : "保存成功")
|
||||||
this.$refs["aiBack"].back()
|
uni.navigateBack({})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -165,7 +165,7 @@ export default {
|
|||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.$u.toast(status == 1 ? "发布成功" : "保存成功");
|
this.$u.toast(status == 1 ? "发布成功" : "保存成功");
|
||||||
this.$refs["aiBack"].back();
|
uni.navigateBack({})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user