Browse Source

移动端 修改密码成功逻辑修改

应县
yxq 10 months ago
parent
commit
73fa761384
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/password.vue

+ 5
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/password.vue View File

@@ -51,8 +51,12 @@ export default {
return
}

this.NAV_BACK()
// this.NAV_BACK()
this.TOAST('密码修改成功')
setTimeout(()=>{
this.CLEAR_GLOBAL()
this.RELAUNCH_TO('/pages/login')
},500)
}
}
}


Loading…
Cancel
Save