Browse Source

修改交易数据重复问题

master
vee 4 years ago
parent
commit
e7049e05dd
  1. 3
      pages/menu/token/btc/index.vue

3
pages/menu/token/btc/index.vue

@ -150,8 +150,9 @@
}, },
}, },
onPullDownRefresh() { onPullDownRefresh() {
console.log('refresh');
this.getWalletInfo(); this.getWalletInfo();
this.trxs=[];
this.pageNum =1;
setTimeout(function() { setTimeout(function() {
uni.stopPullDownRefresh(); uni.stopPullDownRefresh();
}, 500); }, 500);

Loading…
Cancel
Save