diff --git a/src/components/Film.vue b/src/components/Film.vue index 2bda937..ce7c48b 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -48,7 +48,7 @@
-
+
-
+
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 - } - }) } } },