root 1 год назад
Родитель
Сommit
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 {