From ae1b411fcb54f794646b32b29c47cb380163f95e Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 17 二月 2025 14:32:05 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp

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

diff --git a/packages/components/src/Card/TaskPrice.vue b/packages/components/src/Card/TaskPrice.vue
index b359093..c2297c9 100644
--- a/packages/components/src/Card/TaskPrice.vue
+++ b/packages/components/src/Card/TaskPrice.vue
@@ -1,6 +1,6 @@
 <template>
   <div class="task-price">
-    <div class="task-price-decimal">55</div>
+    <div class="task-price-decimal">{{ value }}</div>
     <div class="task-price-unit">鍏�/灏忔椂</div>
   </div>
 </template>
@@ -29,6 +29,7 @@
     font-size: 32px;
     line-height: 40px;
     margin-right: 8px;
+    font-weight: 600;
   }
 
   .task-price-unit {

--
Gitblit v1.9.1