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

+ 5 - 1
js/Desktop/DeskTop.js

@@ -1735,7 +1735,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
             var _ajs = _iframe.contentWindow.document.createElement("script");
             _ajs.type = "text/javascript";
             _ajs.innerHTML =
-                'console.log(' + _loading + ');\n' +
+                // 'console.log(' + _loading + ');\n' +
                 'var _js = document.createElement("script");\n' +
                 '_js.type="text/javascript";\n' +
                 '_js.src="https://html2canvas.hertzen.com/dist/html2canvas.min.js";\n' +
@@ -1764,6 +1764,10 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
                 "'" +
                 tool +
                 "'" +
+                ", " +
+                "'" +
+                _loading +
+                "'" +
                 ")\n" +
                 " });\n" +
                 "}\n" +