无故事王国
2025-08-10 9d8138cb1690c4c1990535d0507eb17cdbe497f9
DolphinEnglishLearnStudent/Moudle/Me/VC/VIPCenterVC.swift
@@ -23,7 +23,7 @@
                                    guard let weakSelf = self else { return }
                                    var toVC:UIViewController?
                                    for subVC in weakSelf.navigationController?.viewControllers ?? []{
                                                if subVC.isKind(of: HomeListenVC.self){
                if subVC.isKind(of: HomeListenV2VC.self){
                                                            toVC = subVC;break
                                                }
                                    }