lsc il y a 1 jour
Parent
commit
bfb804faf0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      js/Desktop/Onload.js

+ 1 - 1
js/Desktop/Onload.js

@@ -425,7 +425,7 @@ U.MD.D.getuser = function () {
         .then(response => response.text())
         .then(result => {
             // console.log(result)
-            let data = JSON.parse(result).data
+            let data = JSON.parse(result)
             return
             if(JSON.parse(result).code == 200){
                 let diqu = `${data.province}-${data.city}-${data.county}-${data.street}-${data.schoolName}`