From 1df6726a3b3c637c84f8de34935b6593c752fcf9 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Sun, 6 Dec 2020 18:29:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B5=B7=E6=8A=A5=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=88=86=E7=B1=BB=E6=97=B6=E5=81=B6=E5=B0=94?= =?UTF-8?q?=E7=A9=BA=E7=99=BD=E9=A1=B5?= 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 daab2d8..45a7217 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -476,7 +476,7 @@ export default { zy.page(this.site.key, this.type.tid).then(res => { this.pagecount = res.pagecount this.recordcount = res.recordcount - this.infiniteId += 1 + setTimeout(() => { this.infiniteId += 1 }, this.setting.view === 'picture' ? 200 : 0) }) } },