Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool
Showing
1 changed file
with
3 additions
and
3 deletions
| @@ -95,7 +95,7 @@ export struct SettingPasswordLayout { | @@ -95,7 +95,7 @@ export struct SettingPasswordLayout { | ||
| 95 | this.listData.push(new AccoutPageDataModel(0, '设置密码', '', '', '', '', 0)) | 95 | this.listData.push(new AccoutPageDataModel(0, '设置密码', '', '', '', '', 0)) |
| 96 | this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请输入密码', 10086)) | 96 | this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请输入密码', 10086)) |
| 97 | this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '再次输入密码', 10087)) | 97 | this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '再次输入密码', 10087)) |
| 98 | - this.listData.push(new AccoutPageDataModel(3, '', '', '提示:密码长度6-20位,需答谢字母、小写字母、数字、特殊字符中组合三种及三种以上组成', '', '', 0)) | 98 | + this.listData.push(new AccoutPageDataModel(3, '', '', '提示:密码长度6~20,需大写字母、小写字母、数字、特殊符合中组合三种及三种以上', '', '', 0)) |
| 99 | this.listData.push(new AccoutPageDataModel(4, '', '', '', '确认', '', 0)) | 99 | this.listData.push(new AccoutPageDataModel(4, '', '', '', '确认', '', 0)) |
| 100 | break; | 100 | break; |
| 101 | 101 | ||
| @@ -105,7 +105,7 @@ export struct SettingPasswordLayout { | @@ -105,7 +105,7 @@ export struct SettingPasswordLayout { | ||
| 105 | this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请输入原密码', 10010)) | 105 | this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请输入原密码', 10010)) |
| 106 | this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请输入新密码', 10086)) | 106 | this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请输入新密码', 10086)) |
| 107 | this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请再请输入原密码', 10087)) | 107 | this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请再请输入原密码', 10087)) |
| 108 | - this.listData.push(new AccoutPageDataModel(3, '', '', '提示:密码长度6-20位,需答谢字母、小写字母、数字、特殊字符中组合三种及三种以上组成', '', '', 0)) | 108 | + this.listData.push(new AccoutPageDataModel(3, '', '', '提示:密码长度6~20,需大写字母、小写字母、数字、特殊符合中组合三种及三种以上', '', '', 0)) |
| 109 | this.listData.push(new AccoutPageDataModel(4, '', '', '', '确认', '', 0)) | 109 | this.listData.push(new AccoutPageDataModel(4, '', '', '', '确认', '', 0)) |
| 110 | this.listData.push(new AccoutPageDataModel(3, '', '', '忘记密码', '', '', 0)) | 110 | this.listData.push(new AccoutPageDataModel(3, '', '', '忘记密码', '', '', 0)) |
| 111 | break; | 111 | break; |
| @@ -126,7 +126,7 @@ export struct SettingPasswordLayout { | @@ -126,7 +126,7 @@ export struct SettingPasswordLayout { | ||
| 126 | this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请输入新密码', 10086)) | 126 | this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请输入新密码', 10086)) |
| 127 | this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请再请输入原密码', 10087)) | 127 | this.listData.push(new AccoutPageDataModel(1, '', '', '', '', '请再请输入原密码', 10087)) |
| 128 | this.listData.push(new AccoutPageDataModel(2, '', '', '', '', '验证码', 10088)) | 128 | this.listData.push(new AccoutPageDataModel(2, '', '', '', '', '验证码', 10088)) |
| 129 | - this.listData.push(new AccoutPageDataModel(3, '', '', '提示:密码长度6-20位,需答谢字母、小写字母、数字、特殊字符中组合三种及三种以上组成', '', '', 0)) | 129 | + this.listData.push(new AccoutPageDataModel(3, '', '', '提示:密码长度6~20,需大写字母、小写字母、数字、特殊符合中组合三种及三种以上', '', '', 0)) |
| 130 | this.listData.push(new AccoutPageDataModel(4, '', '', '', '确认', '', 0)) | 130 | this.listData.push(new AccoutPageDataModel(4, '', '', '', '确认', '', 0)) |
| 131 | this.listData.push(new AccoutPageDataModel(3, '', '', '忘记密码', '', '', 0)) | 131 | this.listData.push(new AccoutPageDataModel(3, '', '', '忘记密码', '', '', 0)) |
| 132 | break; | 132 | break; |
-
Please register or login to post a comment