登录删除默认信息
This commit is contained in:
parent
cdb3a6af51
commit
23a7a2ce90
@ -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
|
||||
|
||||
@ -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> =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user