mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-09 15:52:40 +08:00
fix:海报模式切换分类时偶尔空白页
This commit is contained in:
@@ -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)
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user