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