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 {