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
7f8759fb
Commit
7f8759fb
authored
Oct 18, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 日期格式
parent
aea2e0e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
YHResignAppointTimeMultipleCell.swift
...HKAppoint(在港递交预约)/V/YHResignAppointTimeMultipleCell.swift
+2
-2
YHResignAppointTimeSingleCell.swift
...gnHKAppoint(在港递交预约)/V/YHResignAppointTimeSingleCell.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignHKAppoint(在港递交预约)/V/YHResignAppointTimeMultipleCell.swift
View file @
7f8759fb
...
@@ -108,7 +108,7 @@ class YHResignAppointTimeMultipleCell: UITableViewCell {
...
@@ -108,7 +108,7 @@ class YHResignAppointTimeMultipleCell: UITableViewCell {
view
.
block
=
{
view
.
block
=
{
[
weak
self
]
(
selectDateStr
,
hourTime
)
in
[
weak
self
]
(
selectDateStr
,
hourTime
)
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
let
selectTimeStr
=
"
\(
selectDateStr
)
:
\(
hourTime
)
"
let
selectTimeStr
=
"
\(
selectDateStr
)
:
\(
hourTime
)
"
printLog
(
"
\(
selectTimeStr
)
"
)
printLog
(
"
\(
selectTimeStr
)
"
)
// 选择在港递交时间
// 选择在港递交时间
if
self
.
model
.
leave_hk_at
.
isEmpty
{
if
self
.
model
.
leave_hk_at
.
isEmpty
{
...
@@ -148,7 +148,7 @@ class YHResignAppointTimeMultipleCell: UITableViewCell {
...
@@ -148,7 +148,7 @@ class YHResignAppointTimeMultipleCell: UITableViewCell {
view
.
block
=
{
view
.
block
=
{
[
weak
self
]
(
selectDateStr
,
hourTime
)
in
[
weak
self
]
(
selectDateStr
,
hourTime
)
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
let
selectTimeStr
=
"
\(
selectDateStr
)
:
\(
hourTime
)
"
let
selectTimeStr
=
"
\(
selectDateStr
)
:
\(
hourTime
)
"
printLog
(
"
\(
selectTimeStr
)
"
)
printLog
(
"
\(
selectTimeStr
)
"
)
// 选择离港时间
// 选择离港时间
if
self
.
model
.
ready_to_submit_at
.
isEmpty
{
if
self
.
model
.
ready_to_submit_at
.
isEmpty
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignHKAppoint(在港递交预约)/V/YHResignAppointTimeSingleCell.swift
View file @
7f8759fb
...
@@ -59,7 +59,7 @@ class YHResignAppointTimeSingleCell: UITableViewCell {
...
@@ -59,7 +59,7 @@ class YHResignAppointTimeSingleCell: UITableViewCell {
view
.
block
=
{
view
.
block
=
{
[
weak
self
]
(
selectDateStr
,
hourTime
)
in
[
weak
self
]
(
selectDateStr
,
hourTime
)
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
let
selectTimeStr
=
"
\(
selectDateStr
)
:
\(
hourTime
)
"
let
selectTimeStr
=
"
\(
selectDateStr
)
:
\(
hourTime
)
"
printLog
(
"
\(
selectTimeStr
)
"
)
printLog
(
"
\(
selectTimeStr
)
"
)
// 选择在港递交时间
// 选择在港递交时间
if
self
.
model
.
leave_hk_at
.
isEmpty
{
if
self
.
model
.
leave_hk_at
.
isEmpty
{
...
@@ -99,7 +99,7 @@ class YHResignAppointTimeSingleCell: UITableViewCell {
...
@@ -99,7 +99,7 @@ class YHResignAppointTimeSingleCell: UITableViewCell {
view
.
block
=
{
view
.
block
=
{
[
weak
self
]
(
selectDateStr
,
hourTime
)
in
[
weak
self
]
(
selectDateStr
,
hourTime
)
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
let
selectTimeStr
=
"
\(
selectDateStr
)
:
\(
hourTime
)
"
let
selectTimeStr
=
"
\(
selectDateStr
)
:
\(
hourTime
)
"
printLog
(
"
\(
selectTimeStr
)
"
)
printLog
(
"
\(
selectTimeStr
)
"
)
// 选择离港时间
// 选择离港时间
if
self
.
model
.
ready_to_submit_at
.
isEmpty
{
if
self
.
model
.
ready_to_submit_at
.
isEmpty
{
...
...
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