|
@@ -1243,7 +1243,7 @@ window.addEventListener('message', function (e) { // 监听 message 事件
|
|
|
} else if (e.data.screenType && e.data.screenType == "2s") { //课程管理传入
|
|
|
U.MD.D.I.openInApplication("studyDetailS", e.data.cid, e.data.screenType, 4)
|
|
|
//3是展示全部阶段 2学生 1老师 4专家
|
|
|
- } else if (e.data.screenType && e.data.screenType == "2s") { //课程管理传入
|
|
|
+ } else if (e.data.screenType && e.data.screenType == "2studio") { //课程管理传入
|
|
|
U.MD.D.I.openInApplication("studyDetailStudio", e.data.cid, e.data.screenType, 4)
|
|
|
//3是展示全部阶段 2学生 1老师 4专家
|
|
|
} else if (e.data.screenType && e.data.screenType == "3") { //课程管理传入
|
|
@@ -1252,7 +1252,7 @@ window.addEventListener('message', function (e) { // 监听 message 事件
|
|
|
U.MD.D.I.openInApplication("studyDetailNT", e.data.cid, 2, 1)
|
|
|
} else if (e.data.screenType && e.data.screenType == "3s") { //课程管理传入
|
|
|
U.MD.D.I.openInApplication("studyDetailS", e.data.cid, 2, 1)
|
|
|
- } else if (e.data.screenType && e.data.screenType == "3s") { //课程管理传入
|
|
|
+ } else if (e.data.screenType && e.data.screenType == "3studio") { //课程管理传入
|
|
|
U.MD.D.I.openInApplication("studyDetailStudio", e.data.cid, 2, 1)
|
|
|
} else if (e.data.screenType && e.data.screenType == "3s2") { //课程管理传入
|
|
|
U.MD.D.I.openInApplication("studyDetailS5", e.data.cid, 2, 5)
|