|
|
@ -116,13 +116,13 @@ |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
onPullDownRefresh() { |
|
|
|
console.log('refresh'); |
|
|
|
this.$walletUtil.updateBalance(); |
|
|
|
setTimeout(function() { |
|
|
|
uni.stopPullDownRefresh(); |
|
|
|
}, 500); |
|
|
|
}, |
|
|
|
// onPullDownRefresh() { |
|
|
|
// console.log('refresh'); |
|
|
|
// this.$walletUtil.updateBalance(); |
|
|
|
// setTimeout(function() { |
|
|
|
// uni.stopPullDownRefresh(); |
|
|
|
// }, 500); |
|
|
|
// }, |
|
|
|
methods: { |
|
|
|
updateData() { |
|
|
|
let thar = this; |
|
|
|