lsc 2 лет назад
Родитель
Сommit
f211608b54
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      js/Desktop/DeskTop.js

+ 1 - 1
js/Desktop/DeskTop.js

@@ -474,7 +474,7 @@ U.MD.D.isOverlap = function(el, childs, postionarray) {
 window.addEventListener('message', function(e) { // 监听 message 事件
     // alert(e.data.type);
     if (e.data.screenType && e.data.screenType == "2") { //项目管理传入
-        U.MD.D.I.openInApplication("studyDetail", e.data.cid, e.data.screenType, 1)
+        U.MD.D.I.openInApplication("studyDetail", e.data.cid, e.data.screenType, 4)
         //3是展示全部阶段  2学生 1老师 4专家
     } else if (e.data.screenType && e.data.screenType == "3") { //项目管理传入
         U.MD.D.I.openInApplication("studyDetail", e.data.cid, 2, 1)