Commit 24bf8e30 authored by Steven杜宇's avatar Steven杜宇

// 赴港

parent c3c15988
......@@ -296,7 +296,7 @@ class YHCertificateAppointViewController: YHBaseViewController {
} else { // 还有未预约人员
// 不显示底部按钮
self.bottomStatus = .hidden
if self.successList.count > 0 { // 有不分成功预约人员
if self.successList.count > 0 || self.waitList.count > 0 { // 有部分成功预约人员或抢号中的人员
// 底部按钮显示下一步去缴费
self.bottomStatus = .nextStepToPay
}
......
......@@ -487,7 +487,7 @@ private extension YHSelectApplicantGroupCell {
//1.判断选择的日期是否不在今天之前
if !dateLessGreatToday(date: dateStr) {
YHHUD.flash(message: "不能选择今天之前的日期")
YHHUD.flash(message: "不能选择今天之前的日期")
return
}
......@@ -524,7 +524,7 @@ private extension YHSelectApplicantGroupCell {
print("第一个日期在第二个日期之后")
return false
case .orderedSame:
return true
return false
}
}
......
......@@ -126,7 +126,7 @@ extension YHRangeDatePickerView {
}
func minimumDate(for calendar: FSCalendar) -> Date {
return self.gregorian.date(byAdding: .day, value: 0, to: Date())!
return self.gregorian.date(byAdding: .day, value: 1, to: Date())!
}
func maximumDate(for calendar: FSCalendar) -> Date {
......
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