登录删除默认信息

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
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

View File

@ -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<Object> =