From 9a6e668c4bb05adfbf2c5d92e3cdef04425fae37 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 15 十二月 2025 17:09:59 +0800
Subject: [PATCH] fix: bug

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

diff --git a/apps/underTakeMiniApp/src/hooks/user.ts b/apps/underTakeMiniApp/src/hooks/user.ts
index 100955b..61c3123 100644
--- a/apps/underTakeMiniApp/src/hooks/user.ts
+++ b/apps/underTakeMiniApp/src/hooks/user.ts
@@ -19,12 +19,17 @@
     return userDetail.value?.enterpriseIsReal;
   });
 
+  const isBindWechat = computed(() => {
+    return userDetail.value?.bindWxmpId;
+  });
+
   return {
     user: userInfo,
     userDetail: userDetail,
     updateUserInfo,
     isCertified,
     locationCity,
+    isBindWechat,
   };
 }
 

--
Gitblit v1.10.0