Commit 6d0c8de5 authored by David黄金龙's avatar David黄金龙

处理 一处展示

parent b7779ba1
...@@ -87,7 +87,8 @@ class YHLoginTipsView: UIView { ...@@ -87,7 +87,8 @@ class YHLoginTipsView: UIView {
} }
loginBtn.addTarget(self, action: #selector(clickLoginBtn), for: .touchUpInside) loginBtn.addTarget(self, action: #selector(clickLoginBtn), for: .touchUpInside)
loginBtn.layoutIfNeeded() layoutIfNeeded()
loginBtn.backgroundColor = .brandMainColor//for test hjl
loginBtn.addYinHeGradualLayer() loginBtn.addYinHeGradualLayer()
} }
......
...@@ -102,10 +102,7 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget { ...@@ -102,10 +102,7 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget {
let img = UIImageView(image: UIImage(named: "mine_header_bg")) let img = UIImageView(image: UIImage(named: "mine_header_bg"))
return img return img
}() }()
//
override func viewDidLoad() { override func viewDidLoad() {
super.viewDidLoad() super.viewDidLoad()
initView() initView()
......
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