From 8772076d761e727a409049310ab3d0f6e77c6bb1 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sun, 11 Apr 2021 17:36:26 +0200 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=B5=8Bsite=E5=8F=98=E5=8C=96,?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E6=97=B6=E5=88=B7=E6=96=B0=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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Film.vue b/src/components/Film.vue index 49e19e2..ddb222e 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -457,6 +457,9 @@ export default { siteSearchCount () { if (this.siteSearchCount === this.searchSites.length) this.searchRunning = false }, + site () { + this.siteClick(this.site.name) + }, searchContents: { handler (list) { list = list.filter(res => !this.setting.excludeR18Films || !this.containsClassFilterKeyword(res.type))