305f5071 by yangjianbin

init

1 parent 9f72f110
...@@ -95,10 +95,12 @@ ...@@ -95,10 +95,12 @@
95 } else { 95 } else {
96 layer.msg('操作成功'); 96 layer.msg('操作成功');
97 } 97 }
98 if(!data.code) { 98 setTimeout(function () {
99 window.parent.reload(); 99 if(!data.code) {
100 layer_close(); 100 window.parent.reload();
101 } 101 layer_close();
102 }
103 },500);
102 }, 104 },
103 error: function () { 105 error: function () {
104 layer.alert("操作失败") 106 layer.alert("操作失败")
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!