fix
杨锴
2025-02-18 c5e51c0ec3cbf1016f3bfbd58b0f0a004aaa9900
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{