From a6d873f75b70ab5e1dc4a1e5fa610eddc7c9274e Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 17 十月 2025 18:30:23 +0800
Subject: [PATCH] fix: 简历
---
apps/cMiniApp/src/subpackages/task/components/CompanyInfo.vue | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/apps/cMiniApp/src/subpackages/task/components/CompanyInfo.vue b/apps/cMiniApp/src/subpackages/task/components/CompanyInfo.vue
index dfbebb2..1e2143c 100644
--- a/apps/cMiniApp/src/subpackages/task/components/CompanyInfo.vue
+++ b/apps/cMiniApp/src/subpackages/task/components/CompanyInfo.vue
@@ -1,6 +1,6 @@
<template>
<ContentScrollView style="background-color: transparent">
- <div v-if="isCertified" class="companyInfo-info-wrapper">
+ <div v-if="enterpriseDetail?.isReal" class="companyInfo-info-wrapper">
<div class="companyInfo-info-item">
<div class="companyInfo-info-item-label">浼佷笟鍚嶇О</div>
<div class="companyInfo-info-item-content">{{ enterpriseDetail?.enterpriseName }}</div>
@@ -54,11 +54,6 @@
const props = withDefaults(defineProps<Props>(), {});
-/**
- * TODO 浼佷笟鏄惁璁よ瘉 娉ㄥ唽璧勬湰
- */
-const isCertified = ref(false);
-
const { enterpriseDetail } = useEnterpriseDetail({ id: toRef(props, 'enterpriseId') });
</script>
--
Gitblit v1.10.0