From 8af6ff2bd7a44ff547408c91b2511547b6e5fc10 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Mon, 24 May 2021 22:29:55 +0200 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=86=E7=B1=BB=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E7=9A=84=E4=B8=80=E4=B8=AAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Film.vue b/src/components/Film.vue index 30cc25d..9fb26e3 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -602,7 +602,7 @@ export default { FILM_DATA_CACHE[this.site.key] = { classList: this.classList } - this.classClick(this.site.name) + this.classClick(this.type.name) }) }, classClick (className) {