xugenyuan

ref |> 处理一键登录交互流程问题

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
... ... @@ -172,6 +172,12 @@ struct OneKeyLoginPage {
.backgroundColor("#ED2800")
.onClick(() => {
if (!this.agreeProtocol) {
this.toastText = "请阅读并勾选用户协议、隐私政策和华为账号用户认证协议"
this.dialogToast.open()
return
}
TrackingButton.click("oneClickLoginPageLoginButton", TrackConstants.PageName.OneClick_Login, TrackConstants.PageName.OneClick_Login)
this.requestLogin()
})
... ...