From eff69db0633b52a52741bde768143c130d811902 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sat, 21 Nov 2020 18:52:33 +0100 Subject: [PATCH] =?UTF-8?q?infiniteId=E4=BC=9A=E5=9C=A8classClick=E9=87=8C?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Film.vue b/src/components/Film.vue index 0686a46..7a42770 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -425,7 +425,6 @@ export default { this.classList = [] this.type = {} this.getClass().then(res => { - this.infiniteId += 1 this.classClick(this.classList[0].name) }) }