From d11b87e417d7881bfb335f07ad008d7671a9daf2 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 15 Jan 2026 14:55:45 +0800
Subject: [PATCH] 1

---
 src/page/tixian/tixian.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/page/tixian/tixian.vue b/src/page/tixian/tixian.vue
index de22054..abdd9df 100644
--- a/src/page/tixian/tixian.vue
+++ b/src/page/tixian/tixian.vue
@@ -31,18 +31,18 @@
         <div class="num_price">
           <p v-if="this.$store.state.settingForm.indexDisplay && !this.$store.state.settingForm.futuresDisplay"
             class="account">
-            ¥ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt +
+             {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt +
               $store.state.userInfo.userIndexAmt).toFixed(2)
-            }}
+            }}円
           </p>
           <p v-else-if="!this.$store.state.settingForm.indexDisplay && this.$store.state.settingForm.futuresDisplay"
             class="account">
-            ¥ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt +
+             {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt +
               $store.state.userInfo.userFuturesAmt).toFixed(2)
-            }}
+            }}円
           </p>
           <p v-else-if="!this.$store.state.settingForm.indexDisplay && !this.$store.state.settingForm.futuresDisplay"
-            class="account">¥ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt).toFixed(2) }}</p>
+            class="account"> {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt).toFixed(2) }}円</p>
         </div>
         <div class="yk es">
           <div>
@@ -54,10 +54,10 @@
         </div>
         <div class="yk as">
           <div>
-            <span>{{ '¥ ' + $store.state.userInfo.userAmt }}</span>
+            <span>{{  $store.state.userInfo.userAmt+'円 ' }}</span>
           </div>
           <div>
-            <span>{{ '¥ ' + $store.state.userInfo.userIndexAmt }}</span>
+            <span>{{ $store.state.userInfo.userIndexAmt+'円 '   }}</span>
           </div>
         </div>
         <div class="btns" @click="handleGoToTransfers()">
@@ -88,7 +88,7 @@
 		    <span>{{ $t('hj170a') }}</span>
 		  </div>
 		  <!-- <div class="num"  @click.stop="czclick()"> -->
-			  
+
 		    <!-- <input style="pointer-events: none;" type="number" v-model="inputpayType" disabled :placeholder="$t('hj171a')"  /> -->
 		  <!-- </div> -->
 		</div>
@@ -1078,7 +1078,7 @@
       height: 100%;
       font-size: 0.35rem;
 	  display: flex;
-	  
+
       input {
         width: 100%;
         height: 100%;

--
Gitblit v1.9.3