@ -303,8 +303,7 @@
{
"path": "pages/menu/wallet/index",
"style": {
"navigationStyle": "custom",
"navigationStyle": "custom"
"enablePullDownRefresh": true
}
},
@ -116,13 +116,13 @@
onPullDownRefresh() {
// onPullDownRefresh() {
console.log('refresh');
// console.log('refresh');
this.$walletUtil.updateBalance();
// this.$walletUtil.updateBalance();
setTimeout(function() {
// setTimeout(function() {
uni.stopPullDownRefresh();
// uni.stopPullDownRefresh();
}, 500);
// }, 500);
// },
methods: {
updateData() {
let thar = this;