|
@@ -477,6 +477,7 @@ U.MD.D.getuser = function () {
|
|
|
console.log('error', error)
|
|
|
});
|
|
|
}else if(!LoginState &&Object.keys(userInfo).length === 0 && U.UF.C.queryString('tycode')){
|
|
|
+ U.UF.DL.loading(document.body)
|
|
|
if($("#U_MD_HomeC_Pop")[0]){
|
|
|
$("#U_MD_HomeC_Pop")[0].close()
|
|
|
}
|
|
@@ -498,6 +499,7 @@ U.MD.D.getuser = function () {
|
|
|
fetch(url, requestOptions)
|
|
|
.then(response => response.text())
|
|
|
.then(result => {
|
|
|
+ U.UF.DL.uploading(document.body)
|
|
|
// console.log(result)
|
|
|
let data = JSON.parse(result).data
|
|
|
// return
|