From 3886e8abceaf69c8c9f9feaab017c91b3308dba1 Mon Sep 17 00:00:00 2001 From: lihan <3398341942@qq.com> Date: Thu, 8 Nov 2018 16:12:25 +0800 Subject: [PATCH] 赠送积分和角色管理 --- public/themes/simpleboot3/friendship/friend_list.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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> -- libgit2 0.24.0