杨锴
2025-05-11 7453d2d0cef415b34323d1b91e6cfa4a6ba31178
WanPai/Base/BaseVC.swift
@@ -59,9 +59,9 @@
    func refreshUI(){}
    func push(vc:UIViewController){
    func push(vc:UIViewController,animated:Bool = true){
        vc.hidesBottomBarWhenPushed = true
        navigationController?.pushViewController(vc, animated: true)
        navigationController?.pushViewController(vc, animated: animated)
    }
    override var preferredStatusBarStyle: UIStatusBarStyle{