Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
shishuangxi
2024-04-23 09:01:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
04b670a2f907ba60030b6f1d4bb96928272d3c85
04b670a2
1 parent
0d22cc27
调整手机号输入格式
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdLogin/src/main/ets/pages/login/LoginInputComponent.ets
sight_harmony/features/wdLogin/src/main/ets/pages/login/LoginInputComponent.ets
View file @
04b670a
...
...
@@ -52,7 +52,7 @@ export struct LoginInputComponent {
.margin({ top: 36 })
.backgroundColor("#F5F5F5")
.borderRadius(4)
.type(InputType.
Phone
Number)
.type(InputType.Number)
.onChange((content) => {
this.phoneContent = content
this.isSubmit = (this.phoneContent.length >= 11 && this.codeContent.length >= 6)
...
...
Please
register
or
login
to post a comment