Commit e5af95ec by libai

测试

parent 6ad9c0e9
Showing with 1 additions and 1 deletions
......@@ -2176,7 +2176,7 @@ $(function () {
ws.onmessage = function (evt) {
var obj = JSON.parse(evt.data);
//系統消息
if(JSON.parse(obj.content).roomid!=sessionStorage.roomId){
if(JSON.parse(obj.content).content.roomid!=sessionStorage.roomId){
return;
}
if(obj.cid == 10000){
......
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