杨锴
2024-11-21 485fda8ca1b1309e7ccfbf87014e91a50f6df726
XQMuse/Root/Home/VC/BackgroundVoiceVC.swift
@@ -136,9 +136,16 @@
            needPopRoot = true
                                    NotificationCenter.default.post(name: SetBGMSuccess_Noti, object: items[index.row])
//            DispatchQueue.main.asyncAfter(delay: 0.6) {
//                self.navigationController?.popViewController()
//            }
            if !(UserViewModel.getLoginInfo()?.accessToken.isEmpty ?? true){
                DispatchQueue.main.asyncAfter(delay: 0.6) {
                    NotificationCenter.default.post(name: PlantGuideQuit_Noti, object: self.items[index.row])
                }
            }else{
                DispatchQueue.main.asyncAfter(delay: 0.6) {
                    self.navigationController?.popViewController()
                }
            }
                        }
            }