From d37ceed2ad5b94bbfc71a8a4cbdb7b498ddf724d Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sat, 19 Jul 2025 14:14:18 +0800
Subject: [PATCH] 1

---
 src/page/wallet/index.vue |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/page/wallet/index.vue b/src/page/wallet/index.vue
index 5da2f47..16daca2 100644
--- a/src/page/wallet/index.vue
+++ b/src/page/wallet/index.vue
@@ -32,18 +32,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">₹
+						class="account">¥
 						{{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt).toFixed(2) }}
 					</p>
 				</div>
@@ -57,10 +57,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()">
@@ -131,11 +131,11 @@
 						<span>{{ $t('hj170a') }}</span>
 					</div>
 				</div>
-				<div class="ttx_input" v-if="false"
+				<!-- <div class="ttx_input" v-if="false"
 					style="align-items: center;flex-wrap: wrap;justify-content: space-between;height: 67px;">
 					<div :class="index==payindex?'ttx_boxa':'ttx_box'" @click="slesetpay(item,index)"
 						v-for="(item,index) in array" :key="index">{{item.channelName}}</div>
-				</div>
+				</div> -->
 				<div class="aaxx">
 					<!-- <template>
 						<vue-qr style="width:200px;height:200px;" logoSrc="https://image.dandelioncloud.cn//dist/img/NoSlightly.png" text="Hello world!" :size="200"></vue-qr>
@@ -143,15 +143,15 @@
 					<div v-show="payindex==3" class="qrcode" ref="qrCodeUrl"></div>
 					<div class="qrcode_txt">{{array[3].channelDesc}}</div>
 				</div>
-				
+
 				<!-- <div class="ttx_input" style="align-items: center;flex-wrap: wrap;justify-content: space-between;height: 67px;">
 			<div :class="index==payindex?'ttx_boxa':'ttx_box'" @click="slesetpay(item,index)" v-for="(item,index) in array" :key="index">{{item.channelName}}</div>
 		</div> -->
-				
+
 				<!-- <div>
 					<div style="width: 100%; display: flex; justify-content: center;align-items: center;display: flex;
 		 flex-direction: column;">
-						
+
 					</div>
 				</div> -->
 
@@ -550,7 +550,7 @@
 					payType: this.id,
 					payAmt: this.withdrawalValue
 				})
-				
+
 				if (data.status === 0) {
 					if (navigator.vibrate) {
 						// 支持
@@ -1253,4 +1253,4 @@
 	.bank_1:last-child {
 		border: none;
 	}
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3