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

+ 1 - 0
node/message.js

@@ -1995,6 +1995,7 @@ us.getcscl = function (response, calssid, pageid, userid) {
             function (ret) {
                 if (ret) {
                     us.cscl[calssid].content = JSON.parse(ret[0][0].data); //把思维网格的内容转化成数组
+                    console.log(us.cscl[calssid]);
                     response.end(JSON.stringify(ret)); //返回文档内容
                 }
                 else {