自动提示接口

pull/23/head
陶士涵 5 years ago
parent 1c6d75d293
commit 987088ae3a

@ -102,7 +102,7 @@ GOFLY.clickBtn=function (){
},4000);
}
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;
if (res.result != null) {
var msg = res.result;

Loading…
Cancel
Save