|
@@ -670,6 +670,7 @@ U.MD.D.getuser2 = function (userid, cid) {
|
|
|
.then(result => {
|
|
|
let a = JSON.parse(result)
|
|
|
if(a.length>0){
|
|
|
+ $(".U_PBL_Check2")[0].style.display = "none";
|
|
|
let userId = a[0][0].userid
|
|
|
US.userInfo.userid = userId
|
|
|
U.A.Request(US.Config.pbl + "selectUser?userid=" + userid, [], function (res) { //US.userInfo.userid
|
|
@@ -1107,6 +1108,7 @@ function loginSet(userInfo, res){
|
|
|
} else {
|
|
|
loginPan(userInfo, userId)
|
|
|
}
|
|
|
+ $(".U_PBL_Check2")[0].style.display = "none";
|
|
|
$(".login")[0].style.display = "none";
|
|
|
$(".register")[0].style.display = "none";
|
|
|
$(".userName")[0].style.display = "block";
|