From 2334da9f642ac52b2abd042b5f6840a4afa95937 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 15 八月 2025 16:44:24 +0800
Subject: [PATCH] fix: bug
---
apps/bMiniApp/src/components/JobDetailContent/components/curriculumView.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/bMiniApp/src/components/JobDetailContent/components/curriculumView.vue b/apps/bMiniApp/src/components/JobDetailContent/components/curriculumView.vue
index 7946288..6b4a5f0 100644
--- a/apps/bMiniApp/src/components/JobDetailContent/components/curriculumView.vue
+++ b/apps/bMiniApp/src/components/JobDetailContent/components/curriculumView.vue
@@ -51,12 +51,12 @@
<CellChunk title="璇︾粏淇℃伅">
<CurriculumViewItem
label="韬珮锛�"
- :text="`${height} cm`"
+ :text="height && `${height} cm`"
:label-width="labelWidth"
></CurriculumViewItem>
<CurriculumViewItem
label="浣撻噸锛�"
- :text="`${weight} kg`"
+ :text="weight && `${weight} kg`"
:label-width="labelWidth"
></CurriculumViewItem>
<CurriculumViewItem label="涓汉鐓х墖锛�">
--
Gitblit v1.9.1