9f72f110 by yangjianbin

init

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