root 1 year ago
parent
commit
92642589a9
1 changed files with 1 additions and 0 deletions
  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);