Commit 8d355ba5 authored by pete谢兆麟's avatar pete谢兆麟

职位细节

parent 4c3cd0c2
......@@ -147,6 +147,8 @@ class YHWorkExperiencePositionReasonTableViewCell: UITableViewCell {
} else {
button.image = UIImage(named: "login_privacy_disagree_glay")
}
button.isUserInteractionEnabled = false
return button
}()
mainItemView.addSubview(agreeButton)
......@@ -167,6 +169,7 @@ class YHWorkExperiencePositionReasonTableViewCell: UITableViewCell {
label.attributed.text = dataSource?[i]
label.numberOfLines = 0
label.tag = 1000 + i
label.isUserInteractionEnabled = false
return label
}()
mainItemView.addSubview(subTitleLabel)
......
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