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')}}
-
+
+
@@ -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
};