src/views/my/center.vue
@@ -282,6 +282,7 @@ // 获取用户信息 let users = ref({}); // let statusVal = ref(""); // ("0已申请未审核=未绑定 ,1审核中 ,2 审核通过,3审核未通过") const statusMap = ref([ "weibangding", @@ -290,6 +291,9 @@ "shenheweitongguo", ]); const getUserInfo = () => { // Axios2._getIdentify().then((res) => { // statusVal.value = res.data.status; // }); Axios2.getUserInfo().then((res) => { users.value = res.data || {}; console.log(users, "users");