lsc 2 jaren geleden
bovenliggende
commit
54d6dc6fc8
1 gewijzigde bestanden met toevoegingen van 8 en 8 verwijderingen
  1. 8 8
      js/Desktop/DeskTop.js

+ 8 - 8
js/Desktop/DeskTop.js

@@ -2284,6 +2284,10 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
         _userinfo = US.userInfo, //登录用户信息
         _userid = US.userInfo.userid //登录用户id
     let _iframe;
+    let _cid = cid,
+    _stage = stage,
+    _task = task,
+    _tool = tool;
     var _jie = $$("div", {
         "style": {
             "position": "absolute",
@@ -2625,10 +2629,6 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
                 _iframe.contentWindow.document.body.appendChild(script4);
             };
         }
-        // let cid = cid,
-        // stage = stage,
-        // task = task,
-        // tool = tool;
         _jie.onclick = () => {
             _loading.style.display = 'flex'
             console.log(_loading);
@@ -2653,19 +2653,19 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
                 "'" +
                 ", " +
                 "'" +
-                cid +
+                _cid +
                 "'" +
                 ", " +
                 "'" +
-                stage +
+                _stage +
                 "'" +
                 ", " +
                 "'" +
-                task +
+                _task +
                 "'" +
                 ", " +
                 "'" +
-                tool +
+                _tool +
                 "'" +
                 ", " +
                 "'" +