Commit 925cdc0d14c04b936895bb24a862529378f250fa
1 parent
0347577b
修复专辑上次播放集数不存在导致的无法跳转点播页的问题
Showing
1 changed file
with
2 additions
and
0 deletions
metaCode/Classes/Main/HuBiLieHomePage/Util/CNLiveDownSlideTool.swift
| ... | ... | @@ -368,6 +368,8 @@ CNLiveDownSlideTool.getVodAlbumMsgApi(contentId: albumId){ result, status in |
| 368 | 368 | var currVodModel:CNLiveVodAlbumListModel? |
| 369 | 369 | for (idx,albumListModel) in albumListBaseModel.list.enumerated(){ |
| 370 | 370 | albumListModel.vodAlbumMsgModel = vodModel |
| 371 | + currVodModel = | |
| 372 | + albumListModel | |
| 371 | 373 | if idx == vodModel.episodeLast{ |
| 372 | 374 | currVodModel = |
| 373 | 375 | albumListModel } | ... | ... |