From c2447e7d63e22bea1a8b6119a210b470f8aa17d4 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 03 十二月 2025 15:06:00 +0800
Subject: [PATCH] feat: 通知

---
 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.9.1