9f72f110 by yangjianbin

init

1 parent cd42fd9f
...@@ -93,10 +93,9 @@ ...@@ -93,10 +93,9 @@
93 } else if (data.code != 0) { 93 } else if (data.code != 0) {
94 layer.alert('操作失败'); 94 layer.alert('操作失败');
95 } else { 95 } else {
96 layer.alert('操作成功'); 96 layer.msg('操作成功');
97 } 97 }
98 if(!data.code) { 98 if(!data.code) {
99 window.parent.msg('添加成功');
100 window.parent.reload(); 99 window.parent.reload();
101 layer_close(); 100 layer_close();
102 } 101 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!