Commit 82d47d8c by 姜雷

Merge branch 'develop' into test

parents 22d7ee11 258c8a14
...@@ -121,7 +121,7 @@ class Register extends Component { ...@@ -121,7 +121,7 @@ class Register extends Component {
} }
if (!pwd || pwd.length < 6) { if (!pwd || pwd.length < 6) {
Taro.showToast({ Taro.showToast({
title: '请输入密码', title: '请输入大于6位密码',
icon: 'none', icon: 'none',
}); });
return false; return false;
......
...@@ -85,7 +85,7 @@ class ResetPwd extends Component { ...@@ -85,7 +85,7 @@ class ResetPwd extends Component {
} }
if (!checkPwd || checkPwd.length < 6) { if (!checkPwd || checkPwd.length < 6) {
Taro.showToast({ Taro.showToast({
title: '请输入大于6位密码', title: '请输入确认密码',
icon: 'none', icon: 'none',
}); });
return false; return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment