|
@@ -68,6 +68,7 @@ struct LoginPage {
|
|
|
Text('使用电话号码访问')
|
|
Text('使用电话号码访问')
|
|
|
.fontSize($r('[basic].float.page_text_font_size_10'))
|
|
.fontSize($r('[basic].float.page_text_font_size_10'))
|
|
|
.margin({ bottom: 39 })
|
|
.margin({ bottom: 39 })
|
|
|
|
|
+ .fontColor(Color.Black)
|
|
|
|
|
|
|
|
LoginInput({ item: this.inputPhoneNumberType, inputData: this.phoneNumber, needCode: false })
|
|
LoginInput({ item: this.inputPhoneNumberType, inputData: this.phoneNumber, needCode: false })
|
|
|
LoginInput({ item: this.inputCaptchaType, inputData: this.Captcha, phoneNumber: this.phoneNumber })
|
|
LoginInput({ item: this.inputCaptchaType, inputData: this.Captcha, phoneNumber: this.phoneNumber })
|
|
@@ -133,6 +134,7 @@ struct LoginPage {
|
|
|
bottom: this.safeBottom
|
|
bottom: this.safeBottom
|
|
|
})
|
|
})
|
|
|
.alignItems(HorizontalAlign.Start)
|
|
.alignItems(HorizontalAlign.Start)
|
|
|
|
|
+ .height('100%')
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|