Browse Source

fixed: bug修复;

fox
fox 2 days ago
parent
commit
d68313aa89
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      pages/index/category.vue

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

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


Loading…
Cancel
Save