BUG 28049
This commit is contained in:
@@ -162,7 +162,8 @@ export default {
|
||||
if (!flag) {
|
||||
this.$instance.post("/app/appresident/addOrUpdate", this.form).then(res => {
|
||||
if (res?.code == 0) {
|
||||
uni.switchTab({url:"/pages/mine/my"})
|
||||
this.$u.toast("提交成功!")
|
||||
setTimeout(() => uni.switchTab({url: "/pages/mine/my"}), 1000)
|
||||
// uni.redirectTo({url: "./authSuccess"})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user