Commit 545b78fb authored by yqz's avatar yqz

合并代码

parent a5cdb8eb
...@@ -186,12 +186,6 @@ class HomeViewController:BaseViewController { ...@@ -186,12 +186,6 @@ class HomeViewController:BaseViewController {
} }
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
barHidden = false
}
func loadLaunchView(){ func loadLaunchView(){
let luanch = HomeLaunchView(frame: CGRect(x: 0, y: 0, width: ScreenW, height: ScreenH)) let luanch = HomeLaunchView(frame: CGRect(x: 0, y: 0, width: ScreenW, height: ScreenH))
luanch.show() luanch.show()
...@@ -251,8 +245,6 @@ class HomeViewController:BaseViewController { ...@@ -251,8 +245,6 @@ class HomeViewController:BaseViewController {
} }
>>>>>>> dev_main
override func viewWillAppear(_ animated: Bool) { override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated) super.viewWillAppear(animated)
if !isShowCharge { if !isShowCharge {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment