|
|
|
@ -92,6 +92,7 @@ GOFLY.showKefuBtn=function(){
|
|
|
|
GOFLY.addClickEvent=function(){
|
|
|
|
GOFLY.addClickEvent=function(){
|
|
|
|
var _this=this;
|
|
|
|
var _this=this;
|
|
|
|
$(".launchButton").on("click",function() {
|
|
|
|
$(".launchButton").on("click",function() {
|
|
|
|
|
|
|
|
_this.GOFLY_AUTO_SHOW=true;
|
|
|
|
_this.showKefu();
|
|
|
|
_this.showKefu();
|
|
|
|
$("#launchIcon").text(0).hide();
|
|
|
|
$("#launchIcon").text(0).hide();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|