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-10-15 14:53:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
296bc73def72f24e1ce11e6ed2d505ba55dcd22a
296bc73d
1 parent
ac590dd5
fix |> 20762 一键登录,切换登录方式文案应调整为-“其它手机号登录”
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
27 deletions
sight_harmony/features/wdLogin/src/main/ets/pages/login/OneKeyLoginPage.ets
sight_harmony/features/wdLogin/src/main/ets/pages/login/OneKeyLoginPage.ets
View file @
296bc73
...
...
@@ -114,10 +114,9 @@ struct OneKeyLoginPage {
this.loginButton()
Text("
账号密码
登录")
Text("
其它手机号
登录")
.fontColor("#666666")
.height(26)
.width(100)
.margin({top: 20})
.onClick(() => {
router.replaceUrl({url: WDRouterPage.loginPage.url()})
...
...
@@ -128,31 +127,6 @@ struct OneKeyLoginPage {
.padding({top: `${this.topSafeHeight}px`})
}
// @Builder loginButton() {
// Column() {
// LoginWithHuaweiIDButton({
// params: {
// // LoginWithHuaweiIDButton支持的样式。
// style: loginComponentManager.Style.BUTTON_CUSTOM,
// // LoginWithHuaweiIDButton的边框圆角半径。
// borderRadius: 4,
// // LoginWithHuaweiIDButton支持的登录类型。
// loginType: loginComponentManager.LoginType.QUICK_LOGIN,
// // LoginWithHuaweiIDButton支持按钮的样式跟随系统深浅色模式切换。
// supportDarkMode: true,
// customButtonParams: {
// fontColor: loginComponentManager.FontColor.WHITE,
// // backgroundColor:!this.agreeProtocol ? "#60ED2800" : "#ED2800"
// backgroundColor:"#ED2800"
// }
// },
// controller: this.controller
// })
// }
// .backgroundColor("#ED2800")
// .height(48)
// .margin({ top: 20 ,left: 25, right: 25 })
// }
@Builder loginButton() {
Row() {
...
...
Please
register
or
login
to post a comment