diff --git a/src/views/contract/index.vue b/src/views/contract/index.vue index 236d99c..75cde7a 100644 --- a/src/views/contract/index.vue +++ b/src/views/contract/index.vue @@ -272,6 +272,7 @@ export default { // console.log(data, '11--------------------') if( data.symbol=='BTC' )(data.price).toFixed(1) this.contractList = data; + console.log(this.contractList); this.Listes(); }else if (cmd == "ping") { this.ws.send({ diff --git a/src/views/setting/index.vue b/src/views/setting/index.vue index da650f6..bcf408a 100644 --- a/src/views/setting/index.vue +++ b/src/views/setting/index.vue @@ -16,7 +16,7 @@ -
+ - + @@ -168,7 +168,7 @@ export default { emailShow: false, googleShow: false, verification: false, - WithdrawalsShow: false, + // WithdrawalsShow: false, // 变更校验开关的对象 changeVerificationObj: { status: '', diff --git a/src/views/signUp/index.vue b/src/views/signUp/index.vue index b8384c0..f6ae54c 100644 --- a/src/views/signUp/index.vue +++ b/src/views/signUp/index.vue @@ -63,12 +63,12 @@
-
{{$t('common.c13')}}
+ + - + -->
{{$t('homeNewText.ee6')}}
@@ -206,7 +206,7 @@ export default { phone: "", parentCode: "", gc_code: "", - withdrawal_psw:"" + // withdrawal_psw:"" }, isAgree: false, @@ -316,16 +316,16 @@ export default { ); return; } - if(this.withdrawal_psw==""){ - this.$message( - { - type: "warning", - message: this.$t("common.c14") + "!" - }, - 1000 - ); - return; - } + // if(this.withdrawal_psw==""){ + // this.$message( + // { + // type: "warning", + // message: this.$t("common.c14") + "!" + // }, + // 1000 + // ); + // return; + // } // 滑块安全性验证 // if (this.user.parentCode) { // // this.chkRefer(this.user.parentCode, () => { @@ -545,7 +545,7 @@ export default { password_confirmation: this.user.password, code: this.codes.join(""), invite_code: this.user.parentCode, - withdrawal_psw:this.user.withdrawal_psw + // withdrawal_psw:this.user.withdrawal_psw }; // 分离参数 diff --git a/src/views/wallet/exchange-assets.vue b/src/views/wallet/exchange-assets.vue index 70b2351..b97fd4f 100644 --- a/src/views/wallet/exchange-assets.vue +++ b/src/views/wallet/exchange-assets.vue @@ -439,16 +439,17 @@ - -
-
+
-
+ +
@@ -545,8 +546,8 @@ addressType: 2, // 默认提币类型 1 为 omni; 2 为 erc20, code_type: 1, code: '', - emailcode: '', - withdrawal_psw:'' + // emailcode: '', + // withdrawal_psw:'' }, withdrawFee: { @@ -801,23 +802,23 @@ }); return; } - if(!this.withdraw.withdrawal_psw){ - this.$message({ - message: this.$t('common.c14'), - // type: "warn", - duration : 2000, - }); - return; - } - // if (!this.withdraw.password) { + // if(!this.withdraw.withdrawal_psw){ // this.$message({ - // // message: this.$t('login.password'), - // message: this.$t('common.enterPwd'), - // type: "warn", - // duration: 2000, + // message: this.$t('common.c14'), + // // type: "warn", + // duration : 2000, // }); // return; // } + if (!this.withdraw.password) { + this.$message({ + // message: this.$t('login.password'), + message: this.$t('common.enterPwd'), + type: "warn", + duration: 2000, + }); + return; + } if (this.getEmailCodeLock) { return };