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) }) }