+
site.group === this.searchGroup)
}
this.searchContents = []
- this.pagecount = 0
this.show.find = true
this.show.class = false
this.statusText = ' '
@@ -715,12 +714,6 @@ export default {
this.show.find = false
if (this.setting.view === 'picture' && this.$refs.filmWaterfall) {
this.$refs.filmWaterfall.refresh()
- } else {
- this.getClass().then(res => {
- if (res) {
- this.infiniteId += 1
- }
- })
}
}
},