From e032f86d3d870d03a9253ec9d842acaa6ec3837a Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sat, 21 Nov 2020 22:16:06 +0100 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E8=A7=86=E5=9B=BE=E6=97=B6,?= =?UTF-8?q?=E6=97=A0=E9=9C=80=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2=E5=92=8C?= =?UTF-8?q?=E6=94=B9=E5=8F=98infiniteId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 3 --- 1 file changed, 3 deletions(-) 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 - }) } } },