From 289948f53b5e0b00a656d60c08efbff0eb05fa90 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Thu, 16 May 2024 15:37:05 +0800
Subject: [PATCH] 提款更改

---
 src/page/tixian/tixian.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/page/tixian/tixian.vue b/src/page/tixian/tixian.vue
index bae626c..b39a7f7 100644
--- a/src/page/tixian/tixian.vue
+++ b/src/page/tixian/tixian.vue
@@ -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>
@@ -355,6 +355,7 @@
     onSelect (e) {
       this.$i18n.locale = e.lang
       window.localStorage.setItem('language', e.lang)
+      console.log(e.lang);
     },
 	slesetpay(item,index){
 		this.payindex = index
@@ -1078,7 +1079,7 @@
       height: 100%;
       font-size: 0.35rem;
 	  display: flex;
-	  
+
       input {
         width: 100%;
         height: 100%;

--
Gitblit v1.9.3