'wip(semantic):调整模板api接口'

This commit is contained in:
zhengxinonly
2021-09-12 18:16:02 +08:00
parent b9c449ad57
commit 550f99e468
30 changed files with 259 additions and 240 deletions
+2 -2
View File
@@ -61,11 +61,11 @@
layer.close(loader) // 关闭加载按钮
btn.stop(function () {
if (result.success) {
popup.success(result.msg, function () {
popup.success(result.message, function () {
location.href = '/admin'
})
} else {
popup.failure(result.msg, function () {
popup.failure(result.success, function () {
document.getElementById('captchaImage').src = captchaPath + '?' + Math.random()
})
}