@ -23,6 +23,10 @@
font-size: 14px;
display: none;
}
.launchButtonNotice a{
color: #07a9fe;
text-decoration: none;
.launchIcon{
background: red;
width: 20px;
@ -97,10 +97,9 @@ GOFLY.clickBtn=function (){
_this.showKefu();
});
setTimeout(function(){
// $("#launchButtonNotice").show();
// $("#launchIcon").show();
$("#launchIcon").show();
_this.getNotice();
},3000);
},4000);
GOFLY.getNotice=function(){
$.get("/notice?kefu_id="+this.GOFLY_KEFU_ID,function(res) {