Commit 4a9d9faa authored by Steven杜宇's avatar Steven杜宇

// 预约

parent 995c7649
...@@ -47,6 +47,7 @@ class YHResignAppointTimeModifyViewController: YHBaseViewController { ...@@ -47,6 +47,7 @@ class YHResignAppointTimeModifyViewController: YHBaseViewController {
button.setTitleColor(UIColor.mainTextColor, for: .normal) button.setTitleColor(UIColor.mainTextColor, for: .normal)
button.setImage(UIImage(named: "resign_appoint_tips_btn"), for: .normal) button.setImage(UIImage(named: "resign_appoint_tips_btn"), for: .normal)
button.centerTextAndImage(imageAboveText: true, spacing: 0.0) button.centerTextAndImage(imageAboveText: true, spacing: 0.0)
tipsBtn.addTarget(self, action: #selector(didTipsBtnClicked), for: .touchUpInside)
return button return button
}() }()
...@@ -100,7 +101,9 @@ class YHResignAppointTimeModifyViewController: YHBaseViewController { ...@@ -100,7 +101,9 @@ class YHResignAppointTimeModifyViewController: YHBaseViewController {
} }
} }
@objc func didTipsBtnClicked() {
YHResignAppointSubmitTipsView.alertView().show()
}
} }
extension YHResignAppointTimeModifyViewController: UITableViewDelegate, UITableViewDataSource { extension YHResignAppointTimeModifyViewController: UITableViewDelegate, UITableViewDataSource {
......
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