|
|
@ -102,7 +102,7 @@ GOFLY.clickBtn=function (){
|
|
|
|
},4000);
|
|
|
|
},4000);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
GOFLY.getNotice=function(){
|
|
|
|
GOFLY.getNotice=function(){
|
|
|
|
$.get("/notice?kefu_id="+this.GOFLY_KEFU_ID,function(res) {
|
|
|
|
$.get(this.GOFLY_URL+"/notice?kefu_id="+this.GOFLY_KEFU_ID,function(res) {
|
|
|
|
//debugger;
|
|
|
|
//debugger;
|
|
|
|
if (res.result != null) {
|
|
|
|
if (res.result != null) {
|
|
|
|
var msg = res.result;
|
|
|
|
var msg = res.result;
|
|
|
|