Browse Source

修改

master
vee 4 years ago
parent
commit
e17444968c
  1. 3
      pages.json
  2. 14
      pages/menu/wallet/index.vue

3
pages.json

@ -303,8 +303,7 @@
{
"path": "pages/menu/wallet/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true
"navigationStyle": "custom"
}
},
{

14
pages/menu/wallet/index.vue

@ -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;

Loading…
Cancel
Save