From b6d88ca4a4b0d74c007fb4c574b1baee4aae062e Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Tue, 23 Apr 2024 18:58:50 +0800
Subject: [PATCH] first
---
src/page/list/tradingList/dazy.vue | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/src/page/list/tradingList/dazy.vue b/src/page/list/tradingList/dazy.vue
index ca30e06..eff8166 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')"
@@ -21,7 +20,7 @@
</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