lsc 1 năm trước cách đây
mục cha
commit
afc653443b
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      js/Desktop/DeskTop.js

+ 3 - 3
js/Desktop/DeskTop.js

@@ -2445,9 +2445,9 @@ window.addEventListener('message', function(e) { // 监听 message 事件
         U.MD.D.I.openApplication("timeAxis")
     } else if (e.data.tools && e.data.tools == "openCourse") {
         let _data = {
-            typea:e.data.typea,
-            typeb:e.data.typeb,
-            typed:e.data.typed,
+            typea:e.data.typea || '',
+            typeb:e.data.typeb || '',
+            typed:e.data.typed || '',
         }
         U.MD.D.I.openInApplication("index", _data)
     }