Commit 41a512d5 authored by David黄金龙's avatar David黄金龙

图片替换

parent e9058803
...@@ -7,8 +7,6 @@ ...@@ -7,8 +7,6 @@
// //
import UIKit import UIKit
//import SwifterSwift
class YHContractMainItemStatusCell: UITableViewCell { class YHContractMainItemStatusCell: UITableViewCell {
static let cellReuseIdentifier = "YHContractMainItemStatusCell" static let cellReuseIdentifier = "YHContractMainItemStatusCell"
......
...@@ -205,8 +205,8 @@ class YHInformationFillTipsAlertView: UIView { ...@@ -205,8 +205,8 @@ class YHInformationFillTipsAlertView: UIView {
} }
let selectedBtn = UIButton(type: .custom) let selectedBtn = UIButton(type: .custom)
selectedBtn.setImage(UIImage(named: "login_privacy_agree"), for: .normal) selectedBtn.setImage(UIImage(named: "login_privacy_disagree"), for: .normal)
selectedBtn.setImage(UIImage(named: "login_privacy_disagree"), for: .selected) selectedBtn.setImage(UIImage(named: "login_privacy_agree"), for: .selected)
selectedBtn.addTarget(self, action: #selector(onClickAgree), for: .touchUpInside) selectedBtn.addTarget(self, action: #selector(onClickAgree), for: .touchUpInside)
footer.addSubview(selectedBtn) footer.addSubview(selectedBtn)
selectedBtn.snp.makeConstraints { make in selectedBtn.snp.makeConstraints { make in
......
...@@ -12,7 +12,6 @@ class YHSubmitAllInfoCheckView: UIView { ...@@ -12,7 +12,6 @@ class YHSubmitAllInfoCheckView: UIView {
typealias Block = (Bool) -> () typealias Block = (Bool) -> ()
var block: Block? var block: Block?
var centerView: UIView! var centerView: UIView!
// var titleLabel: UILabel!
var messageLabel: UILabel! var messageLabel: UILabel!
var agreeButton: UIButton! var agreeButton: UIButton!
var disAgressButton: UIButton! var disAgressButton: UIButton!
......
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