check bugs

This commit is contained in:
yubao
2017-12-08 06:33:47 +08:00
parent 89d646bb04
commit 9ae57bab41
21 changed files with 7 additions and 2228 deletions

View File

@@ -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);