From ee00a45f408636ca2507733cf26252fa5ee25d52 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Thu, 25 Apr 2024 01:01:39 +0800
Subject: [PATCH] first

---
 src/page/list/tradingList/dazy.vue |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/src/page/list/tradingList/dazy.vue b/src/page/list/tradingList/dazy.vue
index ca30e06..338a020 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 | _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>

--
Gitblit v1.9.3