修复视频最大页数计算出错的问题(同步更新)
This commit is contained in:
parent
9f30e27677
commit
d87ccd0ea5
@ -625,11 +625,9 @@ const getters = {
|
|||||||
else if(state.searchTask.length !== 0)
|
else if(state.searchTask.length !== 0)
|
||||||
tasks = state.searchTask
|
tasks = state.searchTask
|
||||||
else if(state.showType === "gallery")
|
else if(state.showType === "gallery")
|
||||||
if(state.totalGalleryTask.length !== 0)
|
tasks = state.totalGalleryTask
|
||||||
tasks = state.totalGalleryTask
|
else if(state.showType === "video")
|
||||||
else if(state.showType === "video")
|
tasks = state.totalVideoTask
|
||||||
if(state.totalVideoTask.length)
|
|
||||||
tasks = state.totalVideoTask
|
|
||||||
|
|
||||||
if(!tasks)
|
if(!tasks)
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user