bug修改
This commit is contained in:
@@ -70,7 +70,7 @@ export struct ChooseEmailComp {
|
||||
Column() {
|
||||
// 手机号输入框
|
||||
Row() {
|
||||
TextInput({ placeholder: authStore.getUser().email.length>0?authStore.getUser().email:'请输入您的邮箱' })
|
||||
TextInput({ placeholder: authStore.getUser().email?authStore.getUser().email:'请输入您的邮箱' })
|
||||
.fontSize(16)
|
||||
.contentType(ContentType.EMAIL_ADDRESS)
|
||||
.backgroundColor(Color.White)
|
||||
|
||||
@@ -47,7 +47,7 @@ export struct LoginComp {
|
||||
autoCancel:false
|
||||
|
||||
})
|
||||
osFullName: string = deviceInfo.osFullName;
|
||||
osFullName: string = deviceInfo.marketName.replace(/[\s\-\p{P}\p{S}]/gu, '');
|
||||
login() {
|
||||
if (this.loading) return;
|
||||
if (!this.mobile) {
|
||||
|
||||
Reference in New Issue
Block a user