Commit 84ced02c authored by pete谢兆麟's avatar pete谢兆麟

1211

parent 509a93e4
......@@ -175,6 +175,16 @@ class YHInvitationWithGiftsSelectItemView: UIView {
}
@objc func sure() {
if selectOne == 3 {
if startTime.count == 0 {
YHHUD.flash(message: "请选择开始时间")
return
}
if endTime.count == 0 {
YHHUD.flash(message: "请选择截止时间")
return
}
}
if let block = backDate {
block(selectOne ?? 100,selectTwo ?? 100,startTime,endTime)
}
......
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