Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -183,7 +183,7 @@ struct ModifyPasswordPage { | @@ -183,7 +183,7 @@ struct ModifyPasswordPage { | ||
| 183 | .alignItems(VerticalAlign.Center) | 183 | .alignItems(VerticalAlign.Center) |
| 184 | 184 | ||
| 185 | Column() { | 185 | Column() { |
| 186 | - Text("提示:密码长度6~20位,使用大写字母、小写字母、数字、特殊字符中三种或三种以上").fontSize(12).maxLines(3).fontColor(0x999999).padding({top:`${this.calcHeight(10)}lpx`}) | 186 | + Text("提示:密码长度8~20位,使用大写字母、小写字母、数字、特殊字符中三种或三种以上").fontSize(12).maxLines(3).fontColor(0x999999).padding({top:`${this.calcHeight(10)}lpx`}) |
| 187 | } | 187 | } |
| 188 | .width('100%') | 188 | .width('100%') |
| 189 | .height(`${this.calcHeight(85)}lpx`) | 189 | .height(`${this.calcHeight(85)}lpx`) |
-
Please register or login to post a comment