@@ -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 @@
@@ -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",