yangchenggong1_wd

fix:bug[17194] 修改密码输入栏中鸿蒙版文字描述与安卓不一致

... ... @@ -99,7 +99,7 @@ struct ModifyPasswordPage {
Row() {
Row() {
TextInput({ placeholder: "请再请输入原密码" })
TextInput({ placeholder: "再次输入新密码" })
.placeholderColor("#CCCCCC")
.type(InputType.Password)
.showPasswordIcon(true)
... ...