Skip to content

Commit

Permalink
Merge pull request #269 from mgz0227/dev_2008
Browse files Browse the repository at this point in the history
WebDav账号类型替换Email或PhoneNumber
  • Loading branch information
MaoXiaoone authored Aug 25, 2024
2 parents c3e1647 + 8bec26c commit 7092c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entry/src/main/ets/pages/view/myCenter/WebDav.ets
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ struct WebDav{
@State password: string = ''
@State inputs : Input_items[]=[
new Input_items("","服务器地址",InputType.Normal),
new Input_items("","账号",InputType.Number),
new Input_items("","账号",InputType.Email||InputType.PhoneNumber),
new Input_items("","密码",InputType.Password)
]
@State helper_status:boolean=false
Expand Down

0 comments on commit 7092c4b

Please sign in to comment.