From e67e99102af14995fdf263b31ac5354e851ec2af Mon Sep 17 00:00:00 2001 From: lihan <3398341942@qq.com> Date: Thu, 8 Nov 2018 13:28:41 +0800 Subject: [PATCH] 赠送积分和角色管理 --- public/themes/simpleboot3/friendship/friend_list.html | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/public/themes/simpleboot3/friendship/friend_list.html b/public/themes/simpleboot3/friendship/friend_list.html index 3e57499..9adbb80 100644 --- a/public/themes/simpleboot3/friendship/friend_list.html +++ b/public/themes/simpleboot3/friendship/friend_list.html @@ -413,6 +413,8 @@ if(data.data === true) { alert(data.msg); window.location.reload(); + }else { + alert(data.msg); } } }) -- libgit2 0.24.0