多语言展示

pull/23/head
陶士涵 5 years ago
parent 4981077643
commit 1c6d75d293

@ -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) {

Loading…
Cancel
Save