From db1b81243a7c7c04da186c0f9d82a47c8878ebb8 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Sat, 12 Dec 2020 12:56:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E2=80=9C=E7=AB=99=E5=86=85?= =?UTF-8?q?=E2=80=9D=E6=97=B6=E5=88=87=E6=8D=A2=E7=AB=99=E7=82=B9=E5=8F=AF?= =?UTF-8?q?=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/Film.vue b/src/components/Film.vue index a9dab13..fbd10f0 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -556,7 +556,12 @@ export default { siteClick (siteName) { this.list = [] this.site = this.sites.find(x => x.name === siteName) - this.searchTxt = '' + if (this.searchGroup === '站内' && this.searchTxt) { + this.searchEvent() + return + } else { + this.searchTxt = '' + } this.showFind = false this.classList = [] if (FILM_DATA_CACHE[this.site.key]) {