diff --git a/public/themes/simpleboot3/friendship/enter_password.html b/public/themes/simpleboot3/friendship/enter_password.html index cf0b898..0709be9 100644 --- a/public/themes/simpleboot3/friendship/enter_password.html +++ b/public/themes/simpleboot3/friendship/enter_password.html @@ -73,22 +73,22 @@ <p class="passwordnum">输入密码</p> <ul class="enterpassword" id="wrap"> <li> - <input type="number" class="entercode" maxlength='1'> + <input type="password" class="entercode" maxlength='1'> </li> <li> - <input type="number" class="entercode" maxlength='1'> + <input type="password" class="entercode" maxlength='1'> </li> <li> - <input type="number" class="entercode" maxlength='1'> + <input type="password" class="entercode" maxlength='1'> </li> <li> - <input type="number" class="entercode" maxlength='1'> + <input type="password" class="entercode" maxlength='1'> </li> <li> - <input type="number" class="entercode" maxlength='1'> + <input type="password" class="entercode" maxlength='1'> </li> <li> - <input type="number" class="entercode" maxlength='1'> + <input type="password" class="entercode" maxlength='1'> </li> </ul> <p class="nextstep">下一步</p> diff --git a/public/themes/simpleboot3/friendship/sure_password.html b/public/themes/simpleboot3/friendship/sure_password.html index 6cfff55..e3214e9 100644 --- a/public/themes/simpleboot3/friendship/sure_password.html +++ b/public/themes/simpleboot3/friendship/sure_password.html @@ -69,22 +69,22 @@ <ul class="enterpassword" id="wrap"> <li> - <input type="number" class="entercode" maxlength='1'> + <input type="password" class="entercode" maxlength='1'> </li> <li> - <input type="number" class="entercode" maxlength='1'> + <input type="password" class="entercode" maxlength='1'> </li> <li> - <input type="number" class="entercode" maxlength='1'> + <input type="password" class="entercode" maxlength='1'> </li> <li> - <input type="number" class="entercode" maxlength='1'> + <input type="password" class="entercode" maxlength='1'> </li> <li> - <input type="number" class="entercode" maxlength='1'> + <input type="password" class="entercode" maxlength='1'> </li> <li> - <input type="number" class="entercode" maxlength='1'> + <input type="password" class="entercode" maxlength='1'> </li> </ul> <p class="nextstep">确认</p>