转换表情

pull/23/head
taoshihan1991 5 years ago
parent ba8a90f048
commit a4230f22f9

@ -30,9 +30,9 @@ GOFLY.init=function(config){
this.dynamicLoadJs(this.GOFLY_URL+"/static/js/functions.js?v=1",function(){ this.dynamicLoadJs(this.GOFLY_URL+"/static/js/functions.js?v=1",function(){
_this.GOFLY_LANG=checkLang(); _this.GOFLY_LANG=checkLang();
if (typeof config.GOFLY_LANG!="undefined"){ if (typeof config.GOFLY_LANG!="undefined"){
this.GOFLY_LANG=config.GOFLY_LANG; _this.GOFLY_LANG=config.GOFLY_LANG;
}else{ }else{
this.GOFLY_LANG=config.GOFLY_LANG; _this.GOFLY_LANG=config.GOFLY_LANG;
} }
}); });

Loading…
Cancel
Save