2bc269cc by wang

init

1 parent cecddf10
...@@ -195,7 +195,8 @@ ...@@ -195,7 +195,8 @@
195 layer.alert('操作失败'); 195 layer.alert('操作失败');
196 } else { 196 } else {
197 layer.alert('操作成功'); 197 layer.alert('操作成功');
198 reload(); 198 window.parent.reload();
199 layer_close();
199 } 200 }
200 }, 201 },
201 error: function () { 202 error: function () {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!