wangfei 6 gadus atpakaļ
vecāks
revīzija
62a8110780
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      src/pages/user/library/booksSearch/index.vue

+ 1
- 0
src/pages/user/library/booksSearch/index.vue Parādīt failu

@@ -110,6 +110,7 @@ export default {
110 110
     search () { // 搜索
111 111
       if (this.searchKey !== '') {
112 112
         this.doSearchKey = this.searchKey
113
+        this.page = 1
113 114
         this.onInfinite()
114 115
       } else {
115 116
         this.$toast('搜索关键词不能为空')