From 4966eb10cbf5ce9c6ee37a13d393fb0ae2d85b60 Mon Sep 17 00:00:00 2001
From: 无故事王国 <841720330@qq.com>
Date: 星期五, 08 三月 2024 21:59:57 +0800
Subject: [PATCH] 2.0功能完成

---
 WanPai/Config/Def.swift |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/WanPai/Config/Def.swift b/WanPai/Config/Def.swift
index 25a60e1..8210bbb 100644
--- a/WanPai/Config/Def.swift
+++ b/WanPai/Config/Def.swift
@@ -236,7 +236,12 @@
 												}
 
 												if page == "社区世界杯"{
-																JQ_currentViewController().jq_push(vc: WorldCupListVC())
+																if type == "详情"{
+																				JQ_currentViewController().jq_push(vc: WorldCupContentApplyVC(id: id!))
+																}
+																if type == "主页" || type == "列表"{
+																				JQ_currentViewController().jq_push(vc: WorldCupListVC())
+																}
 												}
 
 								case "开始课程":

--
Gitblit v1.7.1