b9b183f1 by wang

init

1 parent 9e2d42b3
...@@ -107,6 +107,8 @@ ...@@ -107,6 +107,8 @@
107 layer.alert('操作失败'); 107 layer.alert('操作失败');
108 } else { 108 } else {
109 layer.msg('操作成功'); 109 layer.msg('操作成功');
110 window.parent.reload();
111 layer_close();
110 } 112 }
111 if (data.code) { 113 if (data.code) {
112 setTimeout(function () { 114 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!