From 8a72b30f792d091603e367eb9d43bef8197e24bc Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Thu, 5 Nov 2020 23:47:57 +0100 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=BA=90=E7=9A=84=E6=97=B6?= =?UTF-8?q?=E5=80=99=E6=97=A0=E9=9C=80=E9=9A=90=E8=97=8F=E5=86=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=B1=BB=E5=9E=8B=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Film.vue b/src/components/Film.vue index 48e6831..74f2f92 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -293,14 +293,12 @@ export default { this.list = [] this.site = this.sites.find(x => x.name === siteName) this.show.site = false - this.show.class = false if (this.searchTxt.length > 0) { this.searchSingleSiteEvent(this.site, this.searchTxt) } else { this.classList = [] this.type = {} this.getClass().then(res => { - this.show.class = true this.infiniteId += 1 this.classClick(this.classList[0].name) })