Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
24bf8e30
Commit
24bf8e30
authored
Aug 26, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 赴港
parent
c3c15988
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
YHCertificateAppointViewController.swift
...cate(3 赴港办证预约)/C/YHCertificateAppointViewController.swift
+1
-1
YHSelectApplicantGroupCell.swift
...tCertificate(3 赴港办证预约)/V/YHSelectApplicantGroupCell.swift
+2
-2
YHRangeDatePickerView.swift
...Classes/Tools/RangeDatePicker/YHRangeDatePickerView.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/C/YHCertificateAppointViewController.swift
View file @
24bf8e30
...
...
@@ -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
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/V/YHSelectApplicantGroupCell.swift
View file @
24bf8e30
...
...
@@ -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
tru
e
return
fals
e
}
}
...
...
galaxy/galaxy/Classes/Tools/RangeDatePicker/YHRangeDatePickerView.swift
View file @
24bf8e30
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment