Commit 676b613aeaa7a51bc17eb6263bc136afbd7e1cbc
1 parent
b38285ba
no message
Showing
1 changed file
with
1 additions
and
0 deletions
metaCode/Classes/Main/HomePages/Controller/PlayletHomePage/CNLivePlayletHomePageController.swift
| @@ -138,6 +138,7 @@ class CNLivePlayletHomePageController:CNLiveBaseViewController, UITableViewDataS | @@ -138,6 +138,7 @@ class CNLivePlayletHomePageController:CNLiveBaseViewController, UITableViewDataS | ||
| 138 | }else{ | 138 | }else{ |
| 139 | let albumListModel = self.albumModelArr[indexPath.row] | 139 | let albumListModel = self.albumModelArr[indexPath.row] |
| 140 | let aid = albumListModel.albumMsgModel?.albumId ?? "" | 140 | let aid = albumListModel.albumMsgModel?.albumId ?? "" |
| 141 | + //跳转播放页 | ||
| 141 | navigationViewController().visibleViewController?.navigationController?.pushViewController(CNLiveShortVideoViewController(aid: aid), animated: pushAnimated) | 142 | navigationViewController().visibleViewController?.navigationController?.pushViewController(CNLiveShortVideoViewController(aid: aid), animated: pushAnimated) |
| 142 | } | 143 | } |
| 143 | } | 144 | } |