From 28ac7ff126b09110a802473f0471cce98eb363a4 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 26 十二月 2025 09:19:17 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp

---
 packages/components/src/Card/TaskPrice.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/packages/components/src/Card/TaskPrice.vue b/packages/components/src/Card/TaskPrice.vue
index 0f93364..6a77f96 100644
--- a/packages/components/src/Card/TaskPrice.vue
+++ b/packages/components/src/Card/TaskPrice.vue
@@ -1,6 +1,9 @@
 <template>
   <div class="task-price">
-    <div class="task-price-decimal" v-if="billingMethod !== EnumBillingMethod.Face">
+    <div
+      class="task-price-decimal"
+      v-if="!!billingMethod || billingMethod !== EnumBillingMethod.Face"
+    >
       {{ value }}
     </div>
     <div class="task-price-unit">{{ unit }}</div>

--
Gitblit v1.10.0