From 0c7a7f7c8efb75d677517df70da482c4f18f6d3d Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Mon, 28 Apr 2025 14:39:22 +0800
Subject: [PATCH] style: 买入卖出页面,显示功能按钮修改

---
 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 34f725f..a20b206 100644
--- a/src/page/list/tradingList/dazy.vue
+++ b/src/page/list/tradingList/dazy.vue
@@ -7,7 +7,7 @@
           <span @click="show = false"></span>
         </div>
         <h5>{{ $t("hj130") }}</h5>
-        <h6>₹{{ currentItem.nowPrice | _toString }}</h6>
+        <h6> ﷼{{ currentItem.nowPrice | _toString }}</h6>
         <div class="erty tghj">
           <input
             :placeholder="$t('hj262')"
@@ -21,7 +21,7 @@
         </div>
         <p class="plm">
           <span>{{ $t("hj263") }}</span>
-          <a>₹{{ currentItem.nowPrice*num | _toString }}</a>
+          <a> ﷼{{ currentItem.nowPrice*num | _toString }}</a>
         </p>
         <div class="erty" v-if="currentItem.password">
           <input
@@ -35,7 +35,7 @@
           <span>
             {{ $t("hj54") }}
           </span>
-          <a>₹{{ enableAmt | _toString }}</a>
+          <a> ﷼{{ enableAmt | _toString }}</a>
         </p>
         <div class="maik" @click="getxiadan">{{ $t("hj85") }}</div>
       </div>

--
Gitblit v1.9.3