#12 fixed: bug修复;

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

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

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


Loading…
Cancel
Save