wupengfei
2025-12-04 333c9f575a7fe7fd445a8ae6fb44d0fe23d93ae2
apps/bMiniApp/src/hooks/user.ts
@@ -16,7 +16,11 @@
  }
  const isCertified = computed(() => {
    return userDetail.value?.isReal;
    return userDetail.value?.enterpriseIsReal;
  });
  const isBindWechat = computed(() => {
    return userDetail.value?.bindWxmpId;
  });
  return {
@@ -25,6 +29,7 @@
    updateUserInfo,
    isCertified,
    locationCity,
    isBindWechat,
  };
}