| | |
| | | } |
| | | } |
| | | |
| | | if page == "线上课得积分" || page == "看视频得奖励"{ |
| | | if page == "线上课得积分"{ |
| | | if type == "详情"{ |
| | | let vc = CourseVideoDetailVC(id: id ?? 0) |
| | | vc.title = page |
| | | JQ_currentViewController().jq_push(vc: vc) |
| | | }else{ |
| | | }else if type == "列表"{ |
| | | let vc = CourseOnlineSubListVC(classificationId: id ?? 0) |
| | | vc.title = page |
| | | JQ_currentViewController().jq_push(vc: vc) |
| | | }else if type == "主页"{ |
| | | let vc = CourseOnlineListVC(position: 1) |
| | | vc.title = page |
| | | JQ_currentViewController().jq_push(vc: vc) |
| | | } |
| | | } |
| | | |
| | | // if page == "看视频得奖励"{ |
| | | // if type == "详情"{ |
| | | // let vc = CourseVideoDetailVC(id: id ?? 0) |
| | | // vc.title = page |
| | | // JQ_currentViewController().jq_push(vc: vc) |
| | | // }else{ |
| | | // let vc = CourseOnlineSubListVC(classificationId: id ?? 0) |
| | | // vc.title = page |
| | | // JQ_currentViewController().jq_push(vc: vc) |
| | | // } |
| | | // } |
| | | if page == "看视频得奖励"{ |
| | | if type == "详情"{ |
| | | let vc = CourseVideoDetailVC(id: id ?? 0) |
| | | vc.title = page |
| | | JQ_currentViewController().jq_push(vc: vc) |
| | | }else if type == "列表"{ |
| | | let vc = CourseOnlineSubListVC(classificationId: id ?? 0) |
| | | vc.title = page |
| | | JQ_currentViewController().jq_push(vc: vc) |
| | | }else if type == "主页"{ |
| | | let vc = CourseOnlineListVC(position: 2) |
| | | vc.title = page |
| | | JQ_currentViewController().jq_push(vc: vc) |
| | | } |
| | | } |
| | | |
| | | if page == "预约场地"{ |
| | | if type == "详情"{ |