lsc il y a 2 semaines
Parent
commit
d6e3d2015d
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      js/Desktop/Onload.js

+ 2 - 0
js/Desktop/Onload.js

@@ -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