This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
移动端 修改密码成功逻辑修改
应县
yxq
10 months ago
parent
b1faca2560
commit
73fa761384
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
}
}
}
Write
Preview
Loading…
Cancel
Save