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