|
@@ -11290,8 +11290,7 @@ 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') {
|
|
- console.log("设置ppt数据1",xmlhttp.response)
|
|
|
|
- // iframe.contentWindow.window.readJSON(JSON.parse(JSON.parse(xmlhttp.response)[0][0].text), true)
|
|
|
|
|
|
+ iframe.contentWindow.window.readJSON(decodeURIComponent(JSON.parse(xmlhttp.response)[0][0].text), true)
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
if (type == '2') {
|
|
if (type == '2') {
|