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
yangchenggong1_wd
2024-05-10 11:14:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9d687003d9a2c74313efceb49a3df52f4bb944da
9d687003
1 parent
690d75ff
fix:bug[17189] 修改密码页鸿蒙版的密码可见,返回图标UI样式与安卓不一致
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
sight_harmony/features/wdLogin/src/main/ets/pages/login/ModifyPasswordPage.ets
sight_harmony/features/wdLogin/src/main/ets/pages/login/ModifyPasswordPage.ets
View file @
9d68700
...
...
@@ -165,6 +165,7 @@ struct ModifyPasswordPage {
}.padding({top:"92lpx",left:"48lpx",right:"48lpx"})
}.titleMode(NavigationTitleMode.Mini)
.backButtonIcon($r("app.media.login_back_icon"))
.title('')
}
...
...
@@ -200,4 +201,6 @@ struct ModifyPasswordPage {
this.toastText = msg
this.dialogToast.open()
}
}
\ No newline at end of file
}
...
...
Please
register
or
login
to post a comment