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

处理 一处展示

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