|
|
|
@ -439,16 +439,17 @@ |
|
|
|
<label class="d-flex justify-content-between" for="formGroupPWDInput"> |
|
|
|
<span>{{$t('login.password')}}</span> |
|
|
|
</label> |
|
|
|
<!-- <div class="input-group input-group-sm"> |
|
|
|
<div class="input-group input-group-sm"> |
|
|
|
<input type="password" v-model="withdraw.password" |
|
|
|
:placeholder="$t('common.enterPwd')" class="form-control" |
|
|
|
id="formGroupPWDInput" /> |
|
|
|
</div> --> |
|
|
|
<div class="input-group input-group-sm"> |
|
|
|
<input type="password" v-model="withdraw.withdrawal_psw" required :placeholder="$t('common.c13')" class="form-control" /> |
|
|
|
</div> |
|
|
|
<!-- <div class="input-group input-group-sm"> |
|
|
|
<input type="password" v-model="withdraw.withdrawal_psw" required :placeholder="$t('common.c13')" class="form-control" /> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
<div class="form-group mt-2"> |
|
|
|
<!-- 邮箱验证码 --> |
|
|
|
<!-- <div class="form-group mt-2"> |
|
|
|
<label class="d-flex justify-content-between" for="" |
|
|
|
style="align-items: center;"> |
|
|
|
<span>{{$t('login.email-code')}}</span> |
|
|
|
@ -462,7 +463,7 @@ |
|
|
|
:placeholder="$t('common.enterEmailCode')" |
|
|
|
class="form-control" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
<div class="col-md-6"> |
|
|
|
@ -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 |
|
|
|
}; |
|
|
|
|