无故事王国
2023-10-30 43574ebb55e06a2213d3097745f82968efc43b32
WanPai/Config/Def.swift
@@ -169,29 +169,37 @@
            }
         }
         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 == "详情"{