mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
check bugs
This commit is contained in:
@@ -37,7 +37,7 @@ layui.define(['jquery', 'layer'], function (exports) {
|
||||
layer.confirm('真的删除么', function (index) {
|
||||
$.post(url, { ids: dataids },
|
||||
function (data) {
|
||||
if (data.Status) {
|
||||
if (data.Code == 200) {
|
||||
if (callback != undefined) callback();
|
||||
} else {
|
||||
layer.msg(data.Message);
|
||||
|
Reference in New Issue
Block a user