wangfei 6 anni fa
parent
commit
62a8110780
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      src/pages/user/library/booksSearch/index.vue

+ 1
- 0
src/pages/user/library/booksSearch/index.vue Vedi File

@@ -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('搜索关键词不能为空')