bcccf135 by yangjianbin

init

1 parent b8b6c8e8
...@@ -97,10 +97,12 @@ ...@@ -97,10 +97,12 @@
97 } else { 97 } else {
98 layer.alert('请求成功'); 98 layer.alert('请求成功');
99 } 99 }
100 setTimeout(function () {
100 if(!data.code) { 101 if(!data.code) {
101 window.parent.reload(); 102 window.parent.reload();
102 layer_close(); 103 layer_close();
103 } 104 }
105 },200);
104 }, 106 },
105 error: function () { 107 error: function () {
106 layer.alert("请求失败") 108 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!