fix:海报模式切换分类时偶尔空白页

This commit is contained in:
buvta
2020-12-06 18:29:45 +08:00
parent 1a9e939f9c
commit 1df6726a3b

View File

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