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