|
@@ -285,7 +285,9 @@ U.MD.D.getuser = function () {
|
|
|
U.A.Request(US.Config.server + "getcookieuserid", [], function (res) {
|
|
|
if (res.value && res.value[0] && res.value[0][0]) {
|
|
|
US.usrinfo = res.value[0][0]; //记录用户数据
|
|
|
- $("#U_MD_HomeC_Pop")[0].close(); //关闭登陆
|
|
|
+ if ($("#U_MD_HomeC_Pop")[0]) {
|
|
|
+ $("#U_MD_HomeC_Pop")[0].close(); //关闭登陆
|
|
|
+ }
|
|
|
}
|
|
|
}, [], { "type": "GET", "withCredentials": true });
|
|
|
}
|