中英文问题

pull/23/head
taoshihan1991 5 years ago
parent 7e84c87225
commit 10edf6ceca

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

Loading…
Cancel
Save