杨锴
2024-11-11 9e77b0f9014653255eb51e81b8a8ba719443839d
XQMuse/Root/Home/VC/BackgroundVoiceVC.swift
@@ -58,7 +58,11 @@
        yy_popBlock = { [weak self] in
            if self?.needPopRoot ?? false{
                NotificationCenter.default.post(name: PlantGuideQuit_Noti, object: nil, userInfo: nil)
                if JQ_currentNavigationController().viewControllers.first is PlanGuideVC{
                    NotificationCenter.default.post(name: PlantGuideQuit_Noti, object: nil, userInfo: nil)
                }else{
                    self?.navigationController?.popViewController(animated: true)
                }
            }else{
                self?.navigationController?.popViewController(animated: true)
            }
@@ -132,9 +136,9 @@
            needPopRoot = true
                                    NotificationCenter.default.post(name: SetBGMSuccess_Noti, object: items[index.row])
            DispatchQueue.main.asyncAfter(delay: 0.6) {
                self.navigationController?.popViewController()
            }
//            DispatchQueue.main.asyncAfter(delay: 0.6) {
//                self.navigationController?.popViewController()
//            }
                        }
            }