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 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/page/list/tradingList/dazy.vue b/src/page/list/tradingList/dazy.vue
index eff8166..7caf392 100644
--- a/src/page/list/tradingList/dazy.vue
+++ b/src/page/list/tradingList/dazy.vue
@@ -16,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 | _toString }}</a>
+ <a>{{ currentItem.nowPrice*num | _toString }}</a>
</p>
<div class="erty">
<input
@@ -210,4 +210,4 @@
font-size: 0.37rem;
}
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3