|
@@ -477,12 +477,12 @@ U.MD.D.getuser = function () {
|
|
|
if ($("#loginSz")[0] && userInfo.type == '1') {
|
|
if ($("#loginSz")[0] && userInfo.type == '1') {
|
|
|
$("#loginSz")[0].close(); //关闭登陆
|
|
$("#loginSz")[0].close(); //关闭登陆
|
|
|
}
|
|
}
|
|
|
- if(userInfo.type == '1'){
|
|
|
|
|
- let _iframe = $('#study iframe')[0]
|
|
|
|
|
- if(!_iframe){
|
|
|
|
|
- U.MD.D.I.openApplication('study')
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if(userInfo.type == '1'){
|
|
|
|
|
+ // let _iframe = $('#study iframe')[0]
|
|
|
|
|
+ // if(!_iframe){
|
|
|
|
|
+ // U.MD.D.I.openApplication('study')
|
|
|
|
|
+ // }
|
|
|
|
|
+ // }
|
|
|
if(US.Config.type == '2'){
|
|
if(US.Config.type == '2'){
|
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/easyBg.png")'
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/easyBg.png")'
|
|
|
|
|
|