Commit ee39ccb9 authored by Steven杜宇's avatar Steven杜宇

// 去预约

parent 4264ee44
...@@ -104,19 +104,6 @@ extension YHReAppointViewController: UITableViewDelegate, UITableViewDataSource ...@@ -104,19 +104,6 @@ extension YHReAppointViewController: UITableViewDelegate, UITableViewDataSource
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
// self.viewModel.getServicelist { success, error in
// let view = YHServiceSelectAlertView.alertView()
// view.items = self.viewModel.serviceArr
// view.confirmBlock = {
// [weak self] ids in
// printLog("\(ids)")
// }
// view.show()
// }
if 0 <= indexPath.section && indexPath.section < items1.count {
}
} }
private func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> CGFloat { private func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> CGFloat {
......
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