diff --git a/pages/assets/draw.vue b/pages/assets/draw.vue index 7a39c26..b432ff6 100644 --- a/pages/assets/draw.vue +++ b/pages/assets/draw.vue @@ -423,9 +423,9 @@ export default { } }, draw() { - if(this.status!=2){ - this.$toast(this.$t('common.withdrawal2')); - } + // if(this.status!=2){ + // this.$toast(this.$t('common.withdrawal2')); + // } this.form.addressType = this.rechargeType; this.form.coin_id = this.activeCoin.coin_id; Wallet.withdraw(this.form, {btn: this.$refs.btn}) diff --git a/pages/base/home.vue b/pages/base/home.vue index 6f97dbd..b220b1b 100644 --- a/pages/base/home.vue +++ b/pages/base/home.vue @@ -772,7 +772,7 @@ }, watch: { isShow(n) { - this.visible = true; + // this.visible = true; if(n&&this.isLogin){ this.chatcount = setInterval(()=>{ this.chat() @@ -1142,7 +1142,7 @@ this.indexMarketList(); this.getCurrencyExCny(); this.getHelpList(); - this.visible = true; + // this.visible = true; if (this.isLogin) { this.chatcount = setInterval(()=>{ this.chat()