|
@@ -9450,7 +9450,11 @@ U.MD.D.I.openApplicationJieE = function (str, cid, stage, task, tool) {
|
|
|
_jie.onclick = async () => {
|
|
_jie.onclick = async () => {
|
|
|
let text = ''
|
|
let text = ''
|
|
|
if (aTool == 1) {
|
|
if (aTool == 1) {
|
|
|
- text = JSON.stringify(_iframe.contentWindow.h.app.scene.elements)
|
|
|
|
|
|
|
+ // text = JSON.stringify(_iframe.contentWindow.h.app.scene.elements)
|
|
|
|
|
+ text = _iframe.contentWindow.h.app.scene.elements
|
|
|
|
|
+ let files = _iframe.contentWindow.h.app.files
|
|
|
|
|
+ U.MD.D.I.downloadFile2(_cid, _stage, _task, _tool, _userid, text, _loading, _lspan, files, _iframe, str)
|
|
|
|
|
+ return
|
|
|
} else if (aTool == 6) {
|
|
} else if (aTool == 6) {
|
|
|
text = _iframe.contentWindow.$("#U_MD_O_H_wordEditor")[0].innerHTML.escapeQuotes()
|
|
text = _iframe.contentWindow.$("#U_MD_O_H_wordEditor")[0].innerHTML.escapeQuotes()
|
|
|
} else if (aTool == 3) {
|
|
} else if (aTool == 3) {
|