登录删除默认信息

This commit is contained in:
xiaoxiao 2025-06-09 09:40:29 +08:00
parent cdb3a6af51
commit 23a7a2ce90
2 changed files with 4 additions and 4 deletions

View File

@ -8,11 +8,11 @@ import { DataWebModel,preferenceStore ,SpecialDisease} from '@itcast/basic'
@Component @Component
export struct LoginComp { export struct LoginComp {
@State @State
mobile: string = '13419527489' mobile: string = ''
@State @State
code: string = '123456a' code: string = ''
@State @State
current_code: string = '123456a' current_code: string = ''
@State @State
isAgree: boolean = false isAgree: boolean = false
@State @State

View File

@ -10,7 +10,7 @@ export struct LoginSetInfo{
@Prop @Prop
officePhone:string='' officePhone:string=''
@Prop @Prop
certificate:string='111111111' certificate:string=''
@State titleName: string = "" @State titleName: string = ""
private ctx: UIContext = this.getUIContext(); private ctx: UIContext = this.getUIContext();
private contentNode: ComponentContent<Object> = private contentNode: ComponentContent<Object> =