Browse Source

隐藏首页弹窗

master
liaoxinyu 1 year ago
parent
commit
dbd5a061f6
  1. 6
      pages/assets/draw.vue
  2. 4
      pages/base/home.vue

6
pages/assets/draw.vue

@ -423,9 +423,9 @@ export default {
} }
}, },
draw() { draw() {
if(this.status!=2){ // if(this.status!=2){
this.$toast(this.$t('common.withdrawal2')); // this.$toast(this.$t('common.withdrawal2'));
} // }
this.form.addressType = this.rechargeType; this.form.addressType = this.rechargeType;
this.form.coin_id = this.activeCoin.coin_id; this.form.coin_id = this.activeCoin.coin_id;
Wallet.withdraw(this.form, {btn: this.$refs.btn}) Wallet.withdraw(this.form, {btn: this.$refs.btn})

4
pages/base/home.vue

@ -772,7 +772,7 @@
}, },
watch: { watch: {
isShow(n) { isShow(n) {
this.visible = true; // this.visible = true;
if(n&&this.isLogin){ if(n&&this.isLogin){
this.chatcount = setInterval(()=>{ this.chatcount = setInterval(()=>{
this.chat() this.chat()
@ -1142,7 +1142,7 @@
this.indexMarketList(); this.indexMarketList();
this.getCurrencyExCny(); this.getCurrencyExCny();
this.getHelpList(); this.getHelpList();
this.visible = true; // this.visible = true;
if (this.isLogin) { if (this.isLogin) {
this.chatcount = setInterval(()=>{ this.chatcount = setInterval(()=>{
this.chat() this.chat()

Loading…
Cancel
Save