From 6a1921b779a81de647a770cdaf97df0578eb3413 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Sat, 28 Oct 2023 03:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/setting/login-pwd.vue | 14 +++++++++++--- src/views/wallet/exchange-assets.vue | 12 ++++++------ 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/src/views/setting/login-pwd.vue b/src/views/setting/login-pwd.vue index f173a23..db95a3a 100644 --- a/src/views/setting/login-pwd.vue +++ b/src/views/setting/login-pwd.vue @@ -23,10 +23,13 @@
- - +
+ + +
+
@@ -89,12 +92,17 @@ export default { password_confirmation: "", sms_code: "", email_code: "", + gc_code: "", google_code: "" }, Graph_che:'', // gc code image gc_key:'', // tuxiangyanzheng key }; }, + mounted(){ + // bind get gc code + this.gett_gc_code(); + }, methods: { // get gc code from api gett_gc_code(){ diff --git a/src/views/wallet/exchange-assets.vue b/src/views/wallet/exchange-assets.vue index 82f2530..0339bcf 100644 --- a/src/views/wallet/exchange-assets.vue +++ b/src/views/wallet/exchange-assets.vue @@ -109,7 +109,7 @@
- {{$t('wallet.addressManagement')}} + {{$t('wallet.addressManagement')}}
@@ -142,8 +142,7 @@
- - +
@@ -361,7 +360,7 @@
{{$t('wallet.handlingFee1')}}: {{withdrawCoin=='USDT'&&withdraw.addressType==3?withdrawFee.trc20:withdrawFee.withdrawal_fee }} {{withdrawCoin}}
- +
@@ -698,7 +697,8 @@ export default { if(!this.withdraw.address){ this.$message({ message: this.$t('wallet.enterDrawAddress'), - type: "warn", + // message: 'mlkdfdks', + // type: "warn", duration : 2000, }); return; @@ -734,7 +734,7 @@ export default { // let gdata = {bt:this.withdraw.addressType,baddr:this.withdraw.address,bnum:this.withdraw.amount} let gdata = {bt:this.withdrawCoin,baddr:this.withdraw.address,bnum:this.withdraw.amount} Member.getWdcode(gdata).then(res => { - // console.log(res, 11111) + console.log(res, 546576798) this.$message({ message: `${this.$t("login.sendOK")}`, type: "success",