ee3fefc4 by 杨建斌

Merge remote-tracking branch 'origin/develop' into develop

2 parents 70cac5f8 b90d1b12
......@@ -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!