Commit 676b613aeaa7a51bc17eb6263bc136afbd7e1cbc

Authored by 张旭
1 parent b38285ba

no message

metaCode/Classes/Main/HomePages/Controller/PlayletHomePage/CNLivePlayletHomePageController.swift
... ... @@ -138,6 +138,7 @@ class CNLivePlayletHomePageController:CNLiveBaseViewController, UITableViewDataS
138 138 }else{
139 139 let albumListModel = self.albumModelArr[indexPath.row]
140 140 let aid = albumListModel.albumMsgModel?.albumId ?? ""
  141 + //跳转播放页
141 142 navigationViewController().visibleViewController?.navigationController?.pushViewController(CNLiveShortVideoViewController(aid: aid), animated: pushAnimated)
142 143 }
143 144 }
... ...