Commit 2b841706 by libai

测试

parent 4b10a8cf
......@@ -529,6 +529,8 @@
system("客服已接入");
if(send){
sendmsg();
}else{
$("#guestid").val(guestid);
}
checkTimer=setInterval("check()",60000);
};
......
......@@ -333,7 +333,7 @@
if(content.length>120){
tips("内容2超过最大限制","warn",5000);
return;2
}2
}
var guestid=$("#guestid").val();
if(null==guestid||guestid==''){
//连接客服
......@@ -530,6 +530,8 @@
system("客服已接入");
if(send){
sendmsg();
}else{
$("#guestid").val(guestid);
}
checkTimer=setInterval("check()",60000);
};
......
......@@ -529,6 +529,8 @@
system("客服已接入");
if(send){
sendmsg();
}else{
$("#guestid").val(guestid);
}
checkTimer=setInterval("check()",60000);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment