BUG 28006

This commit is contained in:
aixianling
2022-03-04 11:51:01 +08:00
parent 1265207f9f
commit 2ed075302c

View File

@@ -162,7 +162,7 @@ export default {
if (!flag) { if (!flag) {
this.$instance.post("/app/appresident/addOrUpdate", this.form).then(res => { this.$instance.post("/app/appresident/addOrUpdate", this.form).then(res => {
if (res?.code == 0) { if (res?.code == 0) {
uni.navigateBack({}) uni.switchTab({url:"/pages/mine/my"})
// uni.redirectTo({url: "./authSuccess"}) // uni.redirectTo({url: "./authSuccess"})
} }
}) })