From 65088eda7c71605aa29c78077311827b49481d96 Mon Sep 17 00:00:00 2001 From: lihan <3398341942@qq.com> Date: Thu, 8 Nov 2018 11:46:59 +0800 Subject: [PATCH] 赠送积分和角色管理 --- public/themes/simpleboot3/friendship/sure_password.html | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/public/themes/simpleboot3/friendship/sure_password.html b/public/themes/simpleboot3/friendship/sure_password.html index 811a1a9..a5a2021 100644 --- a/public/themes/simpleboot3/friendship/sure_password.html +++ b/public/themes/simpleboot3/friendship/sure_password.html @@ -150,6 +150,8 @@ success: function (data) { if (data.data === true) { window.location.href = data.url + }else { + alert(data.msg); } } }) -- libgit2 0.24.0