lsc 1 year ago
parent
commit
b2d301b0e1
1 changed files with 5 additions and 1 deletions
  1. 5 1
      js/Desktop/DeskTop.js

+ 5 - 1
js/Desktop/DeskTop.js

@@ -6968,7 +6968,11 @@ U.MD.D.I.openApplicationJieTeacher = function (str, cid, stage, task, tool, stud
                 U.MD.D.I.getContent(cid, stage, task, tool, _userid, '3', _iframe)
             };
             if (onloadListener) {
-                _iframe.contentDocument.location.reload()
+                try {
+                    _iframe.src += ""
+                    _iframe.contentDocument.location.reload()
+                } catch (error) {
+                }
             } else {
                 _iframe.contentDocument.location.reload()
             }