f1cef09e by yangjianbin

init

1 parent ad68dbe3
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
95 } else { 95 } else {
96 layer.msg('操作成功'); 96 layer.msg('操作成功');
97 } 97 }
98 if (!data.code) { 98 if (data.code) {
99 setTimeout(function () { 99 setTimeout(function () {
100 window.parent.reload(); 100 window.parent.reload();
101 layer_close(); 101 layer_close();
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!