From 3275b5409a62dc5fc6b0ffcaf1b9a0340df9bb18 Mon Sep 17 00:00:00 2001
From: lihan <3398341942@qq.com>
Date: Thu, 8 Nov 2018 14:00:36 +0800
Subject: [PATCH] 赠送积分和角色管理

---
 public/themes/simpleboot3/friendship/friend_list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/themes/simpleboot3/friendship/friend_list.html b/public/themes/simpleboot3/friendship/friend_list.html
index f971338..fa022fd 100644
--- a/public/themes/simpleboot3/friendship/friend_list.html
+++ b/public/themes/simpleboot3/friendship/friend_list.html
@@ -412,7 +412,7 @@
                         success: function (data) {
                             alert(data.msg);
                             if(data.status === true) {
-                                $(".sendwrapper").css("display","none");
+                                $(".sendwrapper").hide();
                                 $(".passwordpop").hide();
                                 alert(data.msg);
                             }else {
--
libgit2 0.24.0