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