Commit 307168ec by libai

测试

parent be8962d6
......@@ -593,7 +593,12 @@
checkTimer=null;
sendtime=-1;
recOk=false
var guestid=$("#guestid").val();
map.set("guestid",guestid);
var msg=new WsMsg(2100,'',JSON.stringify(mapToObj(map)));
ws.send(JSON.stringify(msg));
$("#guestid").val('');
ws.close();
}
}
......@@ -713,6 +718,7 @@
setCookie(name, "", -1);
}
</script>
</body>
</html>
\ No newline at end of file
......@@ -594,6 +594,10 @@
checkTimer=null;
sendtime=-1;
recOk=false
var guestid=$("#guestid").val();
map.set("guestid",guestid);
var msg=new WsMsg(2100,'',JSON.stringify(mapToObj(map)));
ws.send(JSON.stringify(msg));
$("#guestid").val('');
ws.close();
}
......
......@@ -593,6 +593,10 @@
checkTimer=null;
sendtime=-1;
recOk=false
var guestid=$("#guestid").val();
map.set("guestid",guestid);
var msg=new WsMsg(2100,'',JSON.stringify(mapToObj(map)));
ws.send(JSON.stringify(msg));
$("#guestid").val('');
ws.close();
}
......
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