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
yangchenggong1_wd
2024-05-10 17:50:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4d2b42082c3f3444f4e4b06ee2d05d616c8ae85c
4d2b4208
1 parent
a02c069d
desc:设置密码提示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
sight_harmony/features/wdLogin/src/main/ets/pages/login/SettingPasswordLayout.ets
sight_harmony/features/wdLogin/src/main/ets/pages/login/SettingPasswordLayout.ets
View file @
4d2b420
...
...
@@ -95,7 +95,7 @@ export struct SettingPasswordLayout {
this.listData.push(new AccoutPageDataModel(0, '设置密码', '', '', '', '', 0))
this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请输入密码', 10086))
this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '再次输入密码', 10087))
this.listData.push(new AccoutPageDataModel(3, '', '', '提示
:密码长度6-20位,需答谢字母、小写字母、数字、特殊字符中组合三种及三种以上组成
', '', '', 0))
this.listData.push(new AccoutPageDataModel(3, '', '', '提示
:密码长度6~20,需大写字母、小写字母、数字、特殊符合中组合三种及三种以上
', '', '', 0))
this.listData.push(new AccoutPageDataModel(4, '', '', '', '确认', '', 0))
break;
...
...
@@ -105,7 +105,7 @@ export struct SettingPasswordLayout {
this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请输入原密码', 10010))
this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请输入新密码', 10086))
this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请再请输入原密码', 10087))
this.listData.push(new AccoutPageDataModel(3, '', '', '提示
:密码长度6-20位,需答谢字母、小写字母、数字、特殊字符中组合三种及三种以上组成
', '', '', 0))
this.listData.push(new AccoutPageDataModel(3, '', '', '提示
:密码长度6~20,需大写字母、小写字母、数字、特殊符合中组合三种及三种以上
', '', '', 0))
this.listData.push(new AccoutPageDataModel(4, '', '', '', '确认', '', 0))
this.listData.push(new AccoutPageDataModel(3, '', '', '忘记密码', '', '', 0))
break;
...
...
@@ -126,7 +126,7 @@ export struct SettingPasswordLayout {
this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请输入新密码', 10086))
this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请再请输入原密码', 10087))
this.listData.push(new AccoutPageDataModel(2, '', '', '', '', '验证码', 10088))
this.listData.push(new AccoutPageDataModel(3, '', '', '提示
:密码长度6-20位,需答谢字母、小写字母、数字、特殊字符中组合三种及三种以上组成
', '', '', 0))
this.listData.push(new AccoutPageDataModel(3, '', '', '提示
:密码长度6~20,需大写字母、小写字母、数字、特殊符合中组合三种及三种以上
', '', '', 0))
this.listData.push(new AccoutPageDataModel(4, '', '', '', '确认', '', 0))
this.listData.push(new AccoutPageDataModel(3, '', '', '忘记密码', '', '', 0))
break;
...
...
Please
register
or
login
to post a comment