lsc %!s(int64=2) %!d(string=hai) anos
pai
achega
33d3d434f4
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      js/Desktop/DeskTop.js

+ 2 - 2
js/Desktop/DeskTop.js

@@ -3738,10 +3738,10 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
             };
             if (onloadListener) {
                 // iframe 已经加载完成  
-                _iframe.location.reload();  
+                _iframe.contentDocument.location.reload()
             } else {
                 // iframe 还没有加载完成  
-                _iframe.location.reload();
+                _iframe.contentDocument.location.reload()
             }
 
         } else {