Browse Source

健康文摘bug

yingzhou 6 năm trước cách đây
mục cha
commit
554c45b57b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/article/html/article.html

+ 2 - 2
app/article/html/article.html

@ -325,8 +325,8 @@
			        		if(res.status==200){//更新父窗体的状态
			        			icon=1;
			        			setTimeout(function(){
			        				var index = top.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
									top.layer.close(index); //再执行关闭
			        				var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
									parent.layer.close(index); //再执行关闭
			        			},500)
			        		}
			        		top.layer.msg(res.msg, {icon: icon});