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
王士厅
2024-05-10 17:52:07 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
e5f55726c004e0a0fda24d2812cb8f855a129403
e5f55726
2 parents
0be369b2
4d2b4208
Merge branch 'main' of
http://192.168.1.42/developOne/harmonyPool
Show 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 @
e5f5572
...
...
@@ -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