379086a5 by wang

init

1 parent 63b0c115
...@@ -119,6 +119,8 @@ ...@@ -119,6 +119,8 @@
119 layer.alert('操作失败'); 119 layer.alert('操作失败');
120 } else { 120 } else {
121 layer.msg('操作成功'); 121 layer.msg('操作成功');
122 window.parent.reload();
123 layer_close();
122 } 124 }
123 if (data.code) { 125 if (data.code) {
124 setTimeout(function () { 126 setTimeout(function () {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!