zhengyiming
2025-11-07 83913b580f69b1068e289b9331c803a10f523f2c
apps/underTakeMiniApp/src/hooks/user.ts
@@ -16,7 +16,7 @@
  }
  const isCertified = computed(() => {
    return userDetail.value?.isReal;
    return userDetail.value?.enterpriseIsReal;
  });
  return {