5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-06-30 b4400036ffe65ecfe86dc34b08ba8ee19f8f1cf2
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");