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

+ 1 - 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' +