|
@@ -422,6 +422,9 @@ U.MD.D.getuser = function () {
|
|
} else if (res.value[0][0].org == 'ec0af97a-7c10-4259-a7eb-db9cc8174cdc') {
|
|
} else if (res.value[0][0].org == 'ec0af97a-7c10-4259-a7eb-db9cc8174cdc') {
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/futianBg.png")'
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/futianBg.png")'
|
|
US.Config.background = 'url("/img/icon/futianBg.png")'
|
|
US.Config.background = 'url("/img/icon/futianBg.png")'
|
|
|
|
+ } else if (res.value[0][0].org == 'e632b86c-f89d-11ed-91d8-005056b86db5') {
|
|
|
|
+ $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/gdjgBg.png")'
|
|
|
|
+ US.Config.background = 'url("/img/icon/gdjgBg.png")'
|
|
}
|
|
}
|
|
|
|
|
|
US.userInfo = res.value[0][0];
|
|
US.userInfo = res.value[0][0];
|
|
@@ -527,7 +530,8 @@ U.MD.D.getuser = function () {
|
|
U.MD.D.getNotice();
|
|
U.MD.D.getNotice();
|
|
} else if (userInfo.org == 'ec0af97a-7c10-4259-a7eb-db9cc8174cdc') {
|
|
} else if (userInfo.org == 'ec0af97a-7c10-4259-a7eb-db9cc8174cdc') {
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/futianBg.png")'
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/futianBg.png")'
|
|
- US.Config.background = 'url("/img/icon/futianBg.png")'
|
|
|
|
|
|
+ } else if (userInfo.org == 'e632b86c-f89d-11ed-91d8-005056b86db5') {
|
|
|
|
+ $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/gdjgBg.png")'
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -623,6 +627,9 @@ U.MD.D.getuser2 = function (userid, cid) {
|
|
} else if (res.value[0][0].org == 'ec0af97a-7c10-4259-a7eb-db9cc8174cdc') {
|
|
} else if (res.value[0][0].org == 'ec0af97a-7c10-4259-a7eb-db9cc8174cdc') {
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/futianBg.png")'
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/futianBg.png")'
|
|
US.Config.background = 'url("/img/icon/futianBg.png")'
|
|
US.Config.background = 'url("/img/icon/futianBg.png")'
|
|
|
|
+ } else if (res.value[0][0].org == 'e632b86c-f89d-11ed-91d8-005056b86db5') {
|
|
|
|
+ $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/gdjgBg.png")'
|
|
|
|
+ US.Config.background = 'url("/img/icon/gdjgBg.png")'
|
|
}
|
|
}
|
|
|
|
|
|
US.userInfo = res.value[0][0];
|
|
US.userInfo = res.value[0][0];
|