wangliang_wd

feat:优化一键登录

... ... @@ -112,14 +112,12 @@ struct OneKeyLoginPage {
this.loginButton()
Button("账号密码登录")
.type(ButtonType.Normal)
.align(Alignment.Center)
.foregroundColor("#666666")
.backgroundColor(Color.White)
Text("账号密码登录")
.fontColor("#666666")
.height(26)
.width(100)
.margin({top: 20})
.onClick((event) => {
.onClick(() => {
router.replaceUrl({url: WDRouterPage.loginPage.url()})
})
}
... ...