From c57f75664da5f522e6824023af7e5c8fbe8ed38b Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 15 May 2024 17:54:50 +0800
Subject: [PATCH] 修改:客户反馈问题

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

diff --git a/src/page/wallet/index.vue b/src/page/wallet/index.vue
index 5da2f47..4013a07 100644
--- a/src/page/wallet/index.vue
+++ b/src/page/wallet/index.vue
@@ -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