diff --git a/static/html/chat_main.html b/static/html/chat_main.html index cad783c..fa6e014 100644 --- a/static/html/chat_main.html +++ b/static/html/chat_main.html @@ -230,11 +230,15 @@ + 取 消 - 确 定 diff --git a/static/js/chat-main.js b/static/js/chat-main.js index 06ec835..1a07afa 100644 --- a/static/js/chat-main.js +++ b/static/js/chat-main.js @@ -603,7 +603,13 @@ var app=new Vue({ _this.otherKefus=result; }); }, - transKefuBtn(){}, + //转移访客客服 + transKefuVisitor(kefu,visitorId){ + var _this=this; + // this.sendAjax("/other_kefulist","get",{},function(result){ + // _this.otherKefus=result; + // }); + }, sendAjax(url,method,params,callback){ let _this=this; $.ajax({