|
|
@@ -45,6 +45,13 @@ window.onload = function () {
|
|
|
}, {});
|
|
|
U.MD.D.I.openApplication('liyuanLogin', params);
|
|
|
|
|
|
+ let _hashSearch = "?" + (window.location.hash.split("?")[1] || "");
|
|
|
+ let shareCourseId = U.UF.C.queryString("shareCourseId", _hashSearch);
|
|
|
+ let _shareType = U.UF.C.queryString("type", _hashSearch);
|
|
|
+ if (shareCourseId && _shareType === "prievew") {
|
|
|
+ console.log(shareCourseId);
|
|
|
+ U.MD.D.I.openInApplication("studyDetailNo", shareCourseId, 5, 1)
|
|
|
+ }
|
|
|
// window.addEventListener('resize', () => {
|
|
|
// var realHeight = window.innerHeight
|
|
|
// var realWidth = window.innerWidth
|