3ff32e81 by yangjianbin

init

1 parent e16fb1d2
...@@ -55,9 +55,11 @@ ...@@ -55,9 +55,11 @@
55 } else { 55 } else {
56 layer.alert('操作成功'); 56 layer.alert('操作成功');
57 } 57 }
58 if(!data.code){
58 setTimeout(function () { 59 setTimeout(function () {
59 loadIframe(url, '审核意见'); 60 loadIframe(url, '审核意见');
60 }, 500) 61 }, 500)
62 }
61 }, 63 },
62 error: function () { 64 error: function () {
63 layer.alert("操作失败") 65 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!