From dbd5a061f62e5172590e205e9e8fe89b1b5ae050 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Thu, 9 Jan 2025 09:49:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E9=A6=96=E9=A1=B5=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/assets/draw.vue | 6 +++--- pages/base/home.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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()