Browse Source

修改

master
vee 4 years ago
parent
commit
811317343e
  1. 3
      pages.json
  2. 14
      pages/menu/collection/index.vue

3
pages.json

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

14
pages/menu/collection/index.vue

@ -96,13 +96,13 @@
},
onPullDownRefresh() {
console.log('refresh');
this.getCollection();
setTimeout(function() {
uni.stopPullDownRefresh();
}, 500);
},
// onPullDownRefresh() {
// console.log('refresh');
// this.getCollection();
// setTimeout(function() {
// uni.stopPullDownRefresh();
// }, 500);
// },
methods: {
showMsg(item,index){
this.test=item

Loading…
Cancel
Save