From bfd4aa0dffdbccbc283a6f7a1370d5921bd7060b Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Sun, 28 Apr 2024 14:26:56 +0800
Subject: [PATCH] first

---
 src/page/list/tradingList/dazy.vue |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/src/page/list/tradingList/dazy.vue b/src/page/list/tradingList/dazy.vue
index ca30e06..7caf392 100644
--- a/src/page/list/tradingList/dazy.vue
+++ b/src/page/list/tradingList/dazy.vue
@@ -4,11 +4,10 @@
       <div class="boxd">
         <div class="boxh">
           {{ $t("hj261") }}
-
           <span @click="show = false"></span>
         </div>
         <h5>{{ $t("hj130") }}</h5>
-        <h6>{{ currentItem.nowPrice ? currentItem.nowPrice : "" }}</h6>
+        <h6>{{ currentItem.nowPrice | _toString }}</h6>
         <div class="erty tghj">
           <input
             :placeholder="$t('hj262')"
@@ -17,11 +16,11 @@
             v-model="num"
             @input="num = num.replace(/^(0+)|[^\d]+/g, '')"
           />
-          <a>{{ $t("hj117") }}</a>
+          <a>{{ $t("hj274") }}</a>
         </div>
         <p class="plm">
           <span>{{ $t("hj263") }}</span>
-          <a>{{ currentItem.nowPrice }}</a>
+          <a>{{ currentItem.nowPrice*num | _toString }}</a>
         </p>
         <div class="erty">
           <input
@@ -31,13 +30,11 @@
             v-model="password"
           />
         </div>
-
         <p class="plm">
           <span>
             {{ $t("hj54") }}
           </span>
-
-          <a>{{ enableAmt }}</a>
+          <a>{{ enableAmt | _toString }}</a>
         </p>
         <div class="maik" @click="getxiadan">{{ $t("hj85") }}</div>
       </div>
@@ -213,4 +210,4 @@
     font-size: 0.37rem;
   }
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3