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{