Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -123,7 +123,7 @@ struct ModifyPasswordPage { | @@ -123,7 +123,7 @@ struct ModifyPasswordPage { | ||
| 123 | .alignItems(VerticalAlign.Center) | 123 | .alignItems(VerticalAlign.Center) |
| 124 | 124 | ||
| 125 | Column() { | 125 | Column() { |
| 126 | - Text("提示:密码长度6-20位,需答谢字母、小写字母、数字、特殊字符中组合三种及三种以上组成").fontSize(12).maxLines(3).fontColor(0x999999).padding({top:'10lpx'}) | 126 | + Text("提示:密码长度6~20,需大写字母、小写字母、数字、特殊符合中组合三种及三种以上").fontSize(12).maxLines(3).fontColor(0x999999).padding({top:'10lpx'}) |
| 127 | } | 127 | } |
| 128 | .width('100%') | 128 | .width('100%') |
| 129 | .height('85lpx') | 129 | .height('85lpx') |
-
Please register or login to post a comment