Commit 995dccba authored by yqz's avatar yqz

内购界面 修改

parent 13f9c6ab
...@@ -398,13 +398,8 @@ extension HomeNoAdsViewController : UIScrollViewDelegate { ...@@ -398,13 +398,8 @@ extension HomeNoAdsViewController : UIScrollViewDelegate {
private func setUI() -> Void { private func setUI() -> Void {
topBackimg.snp.makeConstraints { make in topBackimg.snp.makeConstraints { make in
<<<<<<< HEAD
make.left.right.equalToSuperview()
make.top.equalToSuperview().offset(-20)
=======
make.left.right.top.equalToSuperview() make.left.right.top.equalToSuperview()
make.height.equalTo(topBackimg.snp.width).multipliedBy(182.0/375.0) make.height.equalTo(topBackimg.snp.width).multipliedBy(182.0/375.0)
>>>>>>> Purchases
} }
closeBtn.snp.makeConstraints { make in closeBtn.snp.makeConstraints { make in
......
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