root 1 년 전
부모
커밋
92642589a9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      node/message.js

+ 1 - 0
node/message.js

@@ -1678,6 +1678,7 @@ us.quitcscl = function (response, info) {
 */
 us.quitUserList = function (docinfo, userid, pageid) {
     var _users = docinfo.user[userid]; //记录文档的用户列表
+    console.log(_users)
     //获取用户在文档用户列表的位置
     if (_users) {
         var _index = _users.indexOf(pageid);