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

+ 2 - 0
js/Desktop/DeskTop.js

@@ -558,6 +558,8 @@ window.addEventListener('message', function(e) { // 监听 message 事件
         U.MD.D.I.openApplication("24game")
         U.MD.D.I.openApplication("24game")
     } else if (e.data.tools && e.data.tools == "39") {
     } else if (e.data.tools && e.data.tools == "39") {
         U.MD.D.I.openApplication("GeoGebra")
         U.MD.D.I.openApplication("GeoGebra")
+    }else if(e.data.tools && e.data.tools == "39"){
+        U.MD.D.I.openApplication("studentEvaluate")
     }
     }
 
 
 });
 });