File was renamed from DolphinEnglishLearnStudent/Moudle/Home/Listen/HomeListenSubVC.swift |
| | |
| | | } |
| | | |
| | | extension HomeListenSubVC:UITableViewDelegate{ |
| | | func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { |
| | | |
| | | if indexPath.section == 1{ |
| | | if indexPath.row == 0{ |
| | | JQ_currentViewController().jq_push(vc: HomeListenFightVC(listenType: .lesson1)) |
| | | } |
| | | |
| | | if indexPath.row == 1{ |
| | | JQ_currentViewController().jq_push(vc: HomeListenFightVC(listenType: .lesson2)) |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | extension HomeListenSubVC:UITableViewDataSource{ |