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