|
@@ -688,7 +688,7 @@ U.MD.D.getuser2 = function (userid, cid) {
|
|
|
|
|
|
US.userInfo = res.value[0][0];
|
|
|
$(".avatar")[0].style.display = "block";
|
|
|
- if (res.value[0][0].type === 1 && $(".U_PBL_Check")[0] && res.value[0][0].org != '150e3120-9195-11ed-b13d-005056b86db5') {
|
|
|
+ if (res.value[0][0].type === 1 && $(".U_PBL_Check")[0] && res.value[0][0].org != '150e3120-9195-11ed-b13d-005056b86db5' && res.value[0][0].org != 'b47d2ea8-7044-4810-9cb7-3aaf8b74cfbc') {
|
|
|
$(".U_PBL_Check")[0].style.display = "block";
|
|
|
}
|
|
|
$(".login")[0].style.display = "none";
|
|
@@ -1094,7 +1094,7 @@ function loginPan(userInfo, userId) {
|
|
|
if (
|
|
|
userInfo.type === 1 &&
|
|
|
$(".U_PBL_Check")[0] &&
|
|
|
- userInfo.org != "150e3120-9195-11ed-b13d-005056b86db5"
|
|
|
+ userInfo.org != "150e3120-9195-11ed-b13d-005056b86db5" && res.value[0][0].org != 'b47d2ea8-7044-4810-9cb7-3aaf8b74cfbc'
|
|
|
) {
|
|
|
$(".U_PBL_Check")[0].style.display = "block";
|
|
|
}
|