diff --git a/pages/assets/draw.vue b/pages/assets/draw.vue
index 3456f08..aa982e5 100644
--- a/pages/assets/draw.vue
+++ b/pages/assets/draw.vue
@@ -112,14 +112,15 @@
-
+
+
-
+
+
@@ -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
diff --git a/pages/reg/index.vue b/pages/reg/index.vue
index 33e602d..74463d7 100644
--- a/pages/reg/index.vue
+++ b/pages/reg/index.vue
@@ -106,10 +106,10 @@
{{$t('reg.b0')}}
-
+
- {{$t('common.c13')}}
-
+ -->