From f772ac2e9d5667703e67a98aecb75406e5362ffd Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Mon, 30 Nov 2020 17:13:10 +0100 Subject: [PATCH] =?UTF-8?q?=E4=BB=8E=E6=90=9C=E7=B4=A2=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=97=B6,=E6=97=A0=E9=9C=80=E5=86=8D?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E5=8A=A0=E8=BD=BD=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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 - } - }) } } },