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

图片替换

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