SanHQin hace 3 semanas
padre
commit
c30994892c
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      js/Desktop/DeskTop.js

+ 4 - 2
js/Desktop/DeskTop.js

@@ -11290,7 +11290,8 @@ U.MD.D.I.getContents2 = function (cid, s, task, t, uid, type, iframe) {
                 } else if (type == '4') {
                     iframe.contentWindow.loadingXml(JSON.parse(xmlhttp.response)[0][0].text)
                 } else if (type == '5') {
-										iframe.contentWindow.window.readJSON(JSON.parse(JSON.parse(xmlhttp.response)[0][0].text), true)
+									console.log("设置ppt数据1")
+										// iframe.contentWindow.window.readJSON(JSON.parse(JSON.parse(xmlhttp.response)[0][0].text), true)
 								}
             } else {
                 if (type == '2') {
@@ -11300,7 +11301,8 @@ U.MD.D.I.getContents2 = function (cid, s, task, t, uid, type, iframe) {
                 } else if (type == '4') {
                     iframe.contentWindow.window.blockpy.components.editor.blockly.clear();
                 }else if (type == '5') {
-										iframe.contentWindow.window.readJSON({}, true)
+									console.log("设置ppt数据2")
+										// iframe.contentWindow.window.readJSON({}, true)
 								}
             }
         }