diff --git a/static/css/gofly-front.css b/static/css/gofly-front.css index fca39c1..e53765a 100644 --- a/static/css/gofly-front.css +++ b/static/css/gofly-front.css @@ -23,6 +23,10 @@ font-size: 14px; display: none; } +.launchButtonNotice a{ + color: #07a9fe; + text-decoration: none; +} .launchIcon{ background: red; width: 20px; diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index 886ee18..bdc3f9b 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -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) {