@ -67,8 +67,7 @@
{
"path": "pages/menu/collection/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true
"navigationStyle": "custom"
}
},
@ -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