diff --git a/public/themes/simpleboot3/friendship/friend_list.html b/public/themes/simpleboot3/friendship/friend_list.html index 4f21847..f52dad8 100644 --- a/public/themes/simpleboot3/friendship/friend_list.html +++ b/public/themes/simpleboot3/friendship/friend_list.html @@ -244,22 +244,22 @@ <p class="pleaseenterword">输入支付密码</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> </div>