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

---
 public/themes/simpleboot3/friendship/friend_list.html |  9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/public/themes/simpleboot3/friendship/friend_list.html b/public/themes/simpleboot3/friendship/friend_list.html
index f8885ff..c0c4229 100644
--- a/public/themes/simpleboot3/friendship/friend_list.html
+++ b/public/themes/simpleboot3/friendship/friend_list.html
@@ -410,12 +410,9 @@
                         dataType:"JSON",
                         
                         success: function (data) {
-                            if(data.status === true) {
-                                alert(data.msg);
-                                window.location.reload();
-                            }else {
-                                alert(data.msg);
-                            }
+                            alert(data.msg);
+                            //清空数据
+
                         }
                     })
                 }
--
libgit2 0.24.0