BUG 28049

This commit is contained in:
aixianling
2022-03-04 14:06:55 +08:00
parent a1dc77e206
commit e23d048a5c

View File

@@ -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"})
}
})