Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -50,7 +50,7 @@ export struct SearchResultContentComponent{ | @@ -50,7 +50,7 @@ export struct SearchResultContentComponent{ | ||
| 50 | getNewSearchResultData(){ | 50 | getNewSearchResultData(){ |
| 51 | this.isLoading = true | 51 | this.isLoading = true |
| 52 | if(this.hasMore){ | 52 | if(this.hasMore){ |
| 53 | - SearcherAboutDataModel.getSearchResultListData("20",`${this.curPageNum}`,this.searchType,this.keywords,getContext(this)).then((value)=>{ | 53 | + SearcherAboutDataModel.getSearchResultListData("10",`${this.curPageNum}`,this.searchType,this.keywords,getContext(this)).then((value)=>{ |
| 54 | if (!this.data || value.list.length == 0){ | 54 | if (!this.data || value.list.length == 0){ |
| 55 | this.hasMore = false | 55 | this.hasMore = false |
| 56 | this.isLoading = false | 56 | this.isLoading = false |
-
Please register or login to post a comment