From 187131cc6197345a31ccc5ff55e79583ee95f03f Mon Sep 17 00:00:00 2001 From: lihan <3398341942@qq.com> Date: Thu, 8 Nov 2018 14:26:56 +0800 Subject: [PATCH] 赠送积分和角色管理 --- public/themes/simpleboot3/friendship/friend_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/themes/simpleboot3/friendship/friend_list.html b/public/themes/simpleboot3/friendship/friend_list.html index b52ac3b..f302014 100644 --- a/public/themes/simpleboot3/friendship/friend_list.html +++ b/public/themes/simpleboot3/friendship/friend_list.html @@ -371,14 +371,14 @@ $(txts[i]).val("") } for(var i = 0; i<txts.length;i++){ - arr=[]; + var t = txts[i]; t.index = i; if(t.index>0){ t.setAttribute("readonly", true); } t.onkeyup=function(){ - + arr=[]; var regular = /\s+/g; if(regular.test(this.value)){ $(this).focus(); -- libgit2 0.24.0