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() {
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})

4
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()

Loading…
Cancel
Save