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