b90d1b12 by wang

init

1 parent 189884f3
......@@ -92,6 +92,7 @@
layer.alert('操作失败');
} else {
layer.msg('操作成功');
window.reload();
}
setTimeout(function () {
if(!data.code) {
......@@ -138,6 +139,7 @@
layer.alert('操作失败');
} else {
layer.msg('操作成功');
window.reload();
}
setTimeout(function () {
if(!data.code) {
......@@ -183,6 +185,7 @@
layer.alert('操作失败');
} else {
layer.msg('操作成功');
window.reload();
}
setTimeout(function () {
if(!data.code) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!