ie下不自动加载

pull/23/head
taoshihan1991 5 years ago
parent 9c102d09bd
commit 2a4336c26d

@ -136,7 +136,7 @@ GOFLY.getNotice=function(){
},3000); },3000);
} }
_this.chatPageTitle+="<img src='"+_this.GOFLY_URL+res.result.avatar+"' class='flyAvatar'>"+res.result.username; _this.chatPageTitle+="<img src='"+_this.GOFLY_URL+res.result.avatar+"' class='flyAvatar'>"+res.result.username;
if(_this.GOFLY_AUTO_OPEN){ if(_this.GOFLY_AUTO_OPEN&&_this.isIE()<=0){
_this.showKefu(); _this.showKefu();
$(".launchButtonBox").show(); $(".launchButtonBox").show();
_this.launchButtonFlag=false; _this.launchButtonFlag=false;

Loading…
Cancel
Save