浏览代码

bug修改

wangfei 6 年前
父节点
当前提交
62a8110780
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/pages/user/library/booksSearch/index.vue

+ 1
- 0
src/pages/user/library/booksSearch/index.vue 查看文件

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