From 3da2a498c24b2846649cbbe468910899a6f11a98 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sun, 28 Apr 2024 10:08:44 +0800
Subject: [PATCH] 修改:客户反馈问题
---
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