From c5e51c0ec3cbf1016f3bfbd58b0f0a004aaa9900 Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期二, 18 二月 2025 17:58:45 +0800
Subject: [PATCH] fix

---
 XQMuse/Root/Plans/PlanGuideVC.swift |   28 +++++++++++++++-------------
 1 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/XQMuse/Root/Plans/PlanGuideVC.swift b/XQMuse/Root/Plans/PlanGuideVC.swift
index cb3629d..8737614 100644
--- a/XQMuse/Root/Plans/PlanGuideVC.swift
+++ b/XQMuse/Root/Plans/PlanGuideVC.swift
@@ -162,19 +162,21 @@
         }
 				}
 
-				@IBAction func customAction(_ sender: UIButton) {
-								PlanGuidePromptView.show {[weak self] type in
-												switch type {
-																case .seeOther:
-																				let vc = PlanGuide_1_VC()
-																				self?.jq_push(vc: vc)
-																case .toSeting:
-                    let vc = BackgroundVoiceVC(isFromFist: self?.isFromFist ?? false)
-																								vc.hidesBottomBarWhenPushed = true
-																								JQ_currentNavigationController().pushViewController(vc)
-												}
-								}
-				}
+    @IBAction func customAction(_ sender: UIButton) {
+        let vc = PlanGuide_1_VC()
+        jq_push(vc: vc)
+//        PlanGuidePromptView.show {[weak self] type in
+//            switch type {
+//                case .seeOther:
+//                    let vc = PlanGuide_1_VC()
+//                    self?.jq_push(vc: vc)
+//                case .toSeting:
+//                    let vc = BackgroundVoiceVC(isFromFist: self?.isFromFist ?? false)
+//                    vc.hidesBottomBarWhenPushed = true
+//                    JQ_currentNavigationController().pushViewController(vc)
+//            }
+//        }
+    }
 
     deinit{
 

--
Gitblit v1.7.1