SanHQin 3 weeks ago
parent
commit
f339d75b79
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/Desktop/DeskTop.js

+ 2 - 2
js/Desktop/DeskTop.js

@@ -11228,7 +11228,7 @@ U.MD.D.I.openApplicationYu = function (str, cid, stage, task, tool) {
                 text = encodeURIComponent(_iframe.contentWindow.getLoadXmlStr())
                 type = '4'
             } else if (aTool == 73) {
-								text = JSON.stringify(_iframe.contentWindow.window.exportJSON())
+								text = encodeURIComponent(JSON.stringify(_iframe.contentWindow.window.exportJSON()))
 								type = '5'
 					}
             _loading.style.display = 'flex'
@@ -11290,7 +11290,7 @@ 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') {
-									console.log("设置ppt数据1")
+									console.log("设置ppt数据1",xmlhttp.response)
 										// iframe.contentWindow.window.readJSON(JSON.parse(JSON.parse(xmlhttp.response)[0][0].text), true)
 								}
             } else {