From 1f3ee012d7ba1c26b8a4b3df338163963dc6fa27 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 22 May 2024 16:30:52 +0800
Subject: [PATCH] site/getInfo.do 不提示错误信息

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

diff --git a/src/page/wallet/index.vue b/src/page/wallet/index.vue
index 5da2f47..e0bc7ec 100644
--- a/src/page/wallet/index.vue
+++ b/src/page/wallet/index.vue
@@ -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> -->
 
@@ -489,7 +489,7 @@
 				if (data.status === 0) {
 					this.onlineService = data.data.onlineService
 				} else {
-					Toast(data.msg)
+					// Toast(data.msg)
 				}
 			},
 			async getUserInfo() {
@@ -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