From cbff9285e884f4e81ec87f1c1e7da401436aea10 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 20 八月 2025 15:28:35 +0800
Subject: [PATCH] fix: 实名

---
 apps/cMiniApp/src/hooks/user.ts |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/apps/cMiniApp/src/hooks/user.ts b/apps/cMiniApp/src/hooks/user.ts
index e78bd97..980d82f 100644
--- a/apps/cMiniApp/src/hooks/user.ts
+++ b/apps/cMiniApp/src/hooks/user.ts
@@ -17,21 +17,6 @@
     return userStore.getCurrentUserInfo();
   }
 
-  const isCompanyAudited = computed(() => {
-    return userDetail.value?.openHRSiteStatus === ParkOrHRStatus.Running;
-  });
-
-  /**
-   * 鏄惁瀹屽杽涓汉淇℃伅锛堜紒涓氬悕绉帮紝鎵嬫満鍙凤級
-   */
-  const isCompletePersonalInfo = computed(() => {
-    return (
-      !!userDetail.value?.customerName &&
-      !!userDetail.value?.contacter &&
-      !!userDetail.value?.cityName
-    );
-  });
-
   const isCertified = computed(() => {
     return userDetail.value?.isReal;
   });
@@ -40,8 +25,6 @@
     user: userInfo,
     userDetail: userDetail,
     updateUserInfo,
-    isCompletePersonalInfo,
-    isCompanyAudited,
     isCertified,
     locationCity,
     userId,

--
Gitblit v1.9.1