|
|
|
@ -112,14 +112,15 @@ |
|
|
|
<!-- <span class="color-light">{{ withdrawFee.withdrawal_fee }} {{coin}}</span> --> |
|
|
|
</view> |
|
|
|
<!-- 密码 --> |
|
|
|
<!-- <view class="d-flex align-end p-y-xs justify-between bg-form-panel-3 rounded-xs p-y-sm"> |
|
|
|
<view class="d-flex align-end p-y-xs justify-between bg-form-panel-3 rounded-xs p-y-sm"> |
|
|
|
<v-input type="password" v-model="form.password" class="p-x-ms color-light w-max fn-13 rounded-xs" :placeholder="$t('reg.a9')"></v-input> |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 提币密码 --> |
|
|
|
<view class="d-flex align-end p-y-xs justify-between bg-form-panel-3 rounded-xs p-y-sm"> |
|
|
|
<!-- <view class="d-flex align-end p-y-xs justify-between bg-form-panel-3 rounded-xs p-y-sm"> |
|
|
|
<v-input type="password" v-model="form.withdrawal_psw" class="p-x-ms color-light w-max fn-13 rounded-xs" :placeholder="$t('common.c14')"></v-input> |
|
|
|
</view> |
|
|
|
<view class="d-flex align-center p-y-xs m-t-ms justify-between color-light fn-15"> |
|
|
|
</view> --> |
|
|
|
<!-- <view class="d-flex align-center p-y-xs m-t-ms justify-between color-light fn-15"> |
|
|
|
<span>{{ $t("safe.a5") }}:</span> |
|
|
|
</view> |
|
|
|
<view class="d-flex align-end p-y-xs justify-between bg-form-panel-3 rounded-xs p-sm p-x-ms"> |
|
|
|
@ -131,7 +132,7 @@ |
|
|
|
<text v-else>{{ daojishi }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
<view class="form bg-panel-3 p-x-lg p-y-md"> |
|
|
|
<ul class="fn-md rounded-md m-y-xs line-height-2"> |
|
|
|
@ -242,12 +243,12 @@ export default { |
|
|
|
form: { |
|
|
|
coin_id: "", |
|
|
|
amount: "", |
|
|
|
withdrawal_psw:"", |
|
|
|
// withdrawal_psw:"", |
|
|
|
address: "", |
|
|
|
addressType: "", |
|
|
|
code_type: 1, |
|
|
|
code: '', |
|
|
|
emailcode: '', |
|
|
|
// emailcode: '', |
|
|
|
}, |
|
|
|
withdrawFee: {}, |
|
|
|
list: [], |
|
|
|
@ -330,10 +331,10 @@ export default { |
|
|
|
this.$toast(this.$t('assets.c2')) |
|
|
|
return |
|
|
|
} |
|
|
|
if (!this.form.withdrawal_psw) { |
|
|
|
this.$toast(this.$t('common.c14')) |
|
|
|
return |
|
|
|
} |
|
|
|
// if (!this.form.withdrawal_psw) { |
|
|
|
// this.$toast(this.$t('common.c14')) |
|
|
|
// return |
|
|
|
// } |
|
|
|
if(this.getEmailCodeLock){return}; |
|
|
|
this.JStime = 300; |
|
|
|
this.tiemr = setInterval(()=>{ |
|
|
|
@ -364,14 +365,14 @@ export default { |
|
|
|
this.$toast(this.$t('assets.c2')) |
|
|
|
return |
|
|
|
} |
|
|
|
if (!this.form.emailcode) { |
|
|
|
this.$toast(this.$t('safe.a6')) |
|
|
|
return |
|
|
|
} |
|
|
|
if (!this.form.withdrawal_psw) { |
|
|
|
this.$toast(this.$t('common.c14')) |
|
|
|
return |
|
|
|
} |
|
|
|
// if (!this.form.emailcode) { |
|
|
|
// this.$toast(this.$t('safe.a6')) |
|
|
|
// return |
|
|
|
// } |
|
|
|
// if (!this.form.withdrawal_psw) { |
|
|
|
// this.$toast(this.$t('common.c14')) |
|
|
|
// return |
|
|
|
// } |
|
|
|
let data = this.withdrawFee |
|
|
|
if (data.withdraw_switch == 1) { |
|
|
|
this.secondaryShow = true |
|
|
|
|