diff --git a/src/components/Film.vue b/src/components/Film.vue index 7a42770..69fa930 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -611,9 +611,6 @@ export default { if (this.$refs.filmWaterfall) { this.$refs.filmWaterfall.refresh() } - this.getPage().then(() => { - this.infiniteId += 1 - }) } } },