From e5108083cff1cb9b4df2de3fb845be56ea1622d4 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Sat, 29 Jun 2024 15:38:34 +0800
Subject: [PATCH] 1233

---
 src/page/deliveryContract/hold.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/page/deliveryContract/hold.vue b/src/page/deliveryContract/hold.vue
index 2a5af9e..390477a 100644
--- a/src/page/deliveryContract/hold.vue
+++ b/src/page/deliveryContract/hold.vue
@@ -73,10 +73,10 @@
         <div class="flex-1 flex flex-col items-end">
           <div class="text-grey">{{ $t("盈亏") }}</div>
           <div
-            class="mt-20"
-            :class="item.profit / 1 > 0 ? 'text-green' : 'text-red'"
-          >
-            {{ item.profit / 1 > 0 ? "+" + item.profit : item.profit }}
+            class="mt-20 text-green"
+           >
+           0
+            <!-- {{ item.profit / 1 > 0 ? "+" + item.profit : item.profit }} -->
           </div>
         </div>
       </div>

--
Gitblit v1.9.3