From 3d7cffaab82a2433542eb6951a2ba8e055e5eae9 Mon Sep 17 00:00:00 2001 From: lihan <3398341942@qq.com> Date: Thu, 8 Nov 2018 11:40:37 +0800 Subject: [PATCH] 赠送积分和角色管理 --- public/themes/simpleboot3/friendship/enter_password.html | 1 + public/themes/simpleboot3/friendship/sure_password.html | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/public/themes/simpleboot3/friendship/enter_password.html b/public/themes/simpleboot3/friendship/enter_password.html index b3b9da3..3c552fc 100644 --- a/public/themes/simpleboot3/friendship/enter_password.html +++ b/public/themes/simpleboot3/friendship/enter_password.html @@ -155,6 +155,7 @@ dataType: "JSON", success: function (data) { + alert(data.msg); if (data.data === true) { window.location.href = data.url } diff --git a/public/themes/simpleboot3/friendship/sure_password.html b/public/themes/simpleboot3/friendship/sure_password.html index 842dec7..863d9cc 100644 --- a/public/themes/simpleboot3/friendship/sure_password.html +++ b/public/themes/simpleboot3/friendship/sure_password.html @@ -148,6 +148,7 @@ dataType: "JSON", success: function (data) { + alert(data.msg); if (data.data === true) { window.location.href = data.url } -- libgit2 0.24.0