lsc 2 years ago
parent
commit
8ea4e21cbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/Desktop/DeskTop.js

+ 1 - 1
js/Desktop/DeskTop.js

@@ -3912,7 +3912,7 @@ U.MD.D.I.getContents2 = function (cid, s, task, t, uid, type, iframe) {
                         $(fileInput).val('');
                     });
                 }else if(type == '3'){
-                    _iframe.contentWindow.h.app.updateScene({elements:JSON.parse(JSON.parse(xmlhttp.response)[0][0].text)})
+                    iframe.contentWindow.h.app.updateScene({elements:JSON.parse(JSON.parse(xmlhttp.response)[0][0].text)})
                 }
             }
         }