f9ab6cf4 by wang

init

1 parent b86f5840
...@@ -121,6 +121,8 @@ ...@@ -121,6 +121,8 @@
121 layer.alert('操作失败'); 121 layer.alert('操作失败');
122 } else { 122 } else {
123 layer.msg('操作成功'); 123 layer.msg('操作成功');
124 window.parent.reload();
125 layer_close();
124 } 126 }
125 if (data.code) { 127 if (data.code) {
126 setTimeout(function () { 128 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!