From 23a7a2ce90eafcdf5fd015a451b95707ccd76e3d Mon Sep 17 00:00:00 2001 From: xiaoxiao Date: Mon, 9 Jun 2025 09:40:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=88=A0=E9=99=A4=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/register/src/main/ets/view/LoginComp.ets | 6 +++--- features/register/src/main/ets/view/LoginSetInfo.ets | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/features/register/src/main/ets/view/LoginComp.ets b/features/register/src/main/ets/view/LoginComp.ets index 2e8df6c..391ea9e 100644 --- a/features/register/src/main/ets/view/LoginComp.ets +++ b/features/register/src/main/ets/view/LoginComp.ets @@ -8,11 +8,11 @@ import { DataWebModel,preferenceStore ,SpecialDisease} from '@itcast/basic' @Component export struct LoginComp { @State - mobile: string = '13419527489' + mobile: string = '' @State - code: string = '123456a' + code: string = '' @State - current_code: string = '123456a' + current_code: string = '' @State isAgree: boolean = false @State diff --git a/features/register/src/main/ets/view/LoginSetInfo.ets b/features/register/src/main/ets/view/LoginSetInfo.ets index deff32d..1fd88c3 100644 --- a/features/register/src/main/ets/view/LoginSetInfo.ets +++ b/features/register/src/main/ets/view/LoginSetInfo.ets @@ -10,7 +10,7 @@ export struct LoginSetInfo{ @Prop officePhone:string='' @Prop - certificate:string='111111111' + certificate:string='' @State titleName: string = "" private ctx: UIContext = this.getUIContext(); private contentNode: ComponentContent =