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

+ 2 - 1
js/Desktop/DeskTop.js

@@ -1525,6 +1525,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
         },
     })
     _box.appendChild(_loading)
+     _box.id = str + '_loadLi'
     switch (str) {
         case "whiteboard":
             _iframe = $$("iframe", {
@@ -1766,7 +1767,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
                 "'" +
                 ", " +
                 "'" +
-                _loading +
+                str+'_loadLi' +
                 "'" +
                 ")\n" +
                 " });\n" +