b90d1b12 by wang

init

1 parent 189884f3
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
92 layer.alert('操作失败'); 92 layer.alert('操作失败');
93 } else { 93 } else {
94 layer.msg('操作成功'); 94 layer.msg('操作成功');
95 window.reload();
95 } 96 }
96 setTimeout(function () { 97 setTimeout(function () {
97 if(!data.code) { 98 if(!data.code) {
...@@ -138,6 +139,7 @@ ...@@ -138,6 +139,7 @@
138 layer.alert('操作失败'); 139 layer.alert('操作失败');
139 } else { 140 } else {
140 layer.msg('操作成功'); 141 layer.msg('操作成功');
142 window.reload();
141 } 143 }
142 setTimeout(function () { 144 setTimeout(function () {
143 if(!data.code) { 145 if(!data.code) {
...@@ -183,6 +185,7 @@ ...@@ -183,6 +185,7 @@
183 layer.alert('操作失败'); 185 layer.alert('操作失败');
184 } else { 186 } else {
185 layer.msg('操作成功'); 187 layer.msg('操作成功');
188 window.reload();
186 } 189 }
187 setTimeout(function () { 190 setTimeout(function () {
188 if(!data.code) { 191 if(!data.code) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!