lsc 2 years ago
parent
commit
7c76f05107
2 changed files with 4 additions and 4 deletions
  1. 2 2
      js/Desktop/DeskTop.js
  2. 2 2
      js/gm/DeskTop.js

+ 2 - 2
js/Desktop/DeskTop.js

@@ -2804,9 +2804,9 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
                 aTool +
                 "'" +
                 ", " +
-                "'" +
+                "`" +
                 text +
-                "'" +
+                "`" +
                 ")\n" +
                 " });\n" +
                 "}\n" +

+ 2 - 2
js/gm/DeskTop.js

@@ -2666,9 +2666,9 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
                 aTool +
                 "'" +
                 ", " +
-                "'" +
+                "`" +
                 text +
-                "'" +
+                "`" +
                 ")\n" +
                 " });\n" +
                 "}\n" +