layer 弹出层右上角的关闭和最大化按钮没有显示,但鼠标移上去又可以点击。
代码如下: $("#select").click(function(){ var userphone=$("#userphone").val(); layer.open({ type:2, shade:0, title:"查詢信息"+userphone, area:['426px','662px'], maxmin: true, content:APP+"/User/index/user/"+userphone, zIndex:layer.zIndex, success:function(layero){ layer.setTop(layero); }, }); });