#12 fixed: bug修复;

Merged
Fox merged 1 commits from fox into master 4 days ago
  1. +2
    -2
      pages/index/category.vue

+ 2
- 2
pages/index/category.vue View File

@ -116,10 +116,10 @@
this.queryParams.title = search
uni.setStorageSync('search', '')
this.getData()
} else {
this.initList()
}
this.initList()
},
onPullDownRefresh() {
!this.queryParams.title && this.initList()


Loading…
Cancel
Save