BUG 28006
This commit is contained in:
@@ -160,7 +160,8 @@ 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.redirectTo({url: "./authSuccess"})
|
uni.navigateBack({})
|
||||||
|
// uni.redirectTo({url: "./authSuccess"})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user