Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangliang_wd
2024-07-01 16:02:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4171d57358d99f598823ac138e4bb1a57d482c0a
4171d573
1 parent
7c9c96ea
feat:优化找回密码
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdLogin/src/main/ets/pages/login/LoginModel.ets
sight_harmony/features/wdLogin/src/main/ets/pages/login/LoginModel.ets
View file @
4171d57
...
...
@@ -148,7 +148,7 @@ export class LoginModel {
HttpRequest.post<ResponseDTO<CheckVerifyBean>>(HttpUrlUtils.getCheckVerifyCodeUrl(), bean).then((data: ResponseDTO<CheckVerifyBean>) => {
Logger.debug("LoginViewModel:success2 ", data.message)
if (!data || !data.data) {
fail("数据为空")
fail(
data.message?data.message:
"数据为空")
return
}
if (data.code != 0) {
...
...
Please
register
or
login
to post a comment