From e4cfb3bb243a3e1d84fce8b7d1b1c48b5dd641ef Mon Sep 17 00:00:00 2001
From: lihan <3398341942@qq.com>
Date: Thu, 8 Nov 2018 13:33:40 +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 9adbb80..f8885ff 100644
--- a/public/themes/simpleboot3/friendship/friend_list.html
+++ b/public/themes/simpleboot3/friendship/friend_list.html
@@ -410,7 +410,7 @@
                         dataType:"JSON",
                         
                         success: function (data) {
-                            if(data.data === true) {
+                            if(data.status === true) {
                                 alert(data.msg);
                                 window.location.reload();
                             }else {
--
libgit2 0.24.0