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
a64f1b4d
Commit
a64f1b4d
authored
Jul 29, 2025
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 去掉“提前到港”弹窗及校验逻辑
parent
c03c4d7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
12 deletions
+14
-12
YHResignAppointScheduleListViewController.swift
...在港递交预约)/C/YHResignAppointScheduleListViewController.swift
+14
-12
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/Resign(续签)/ResignHKAppoint(在港递交预约)/C/YHResignAppointScheduleListViewController.swift
View file @
a64f1b4d
...
@@ -174,20 +174,22 @@ class YHResignAppointScheduleListViewController: YHBaseViewController {
...
@@ -174,20 +174,22 @@ class YHResignAppointScheduleListViewController: YHBaseViewController {
}
}
func
clickConfirmHKButton
(
status
:
YHResignConfirmHKStatus
,
_
model
:
YHResignAppointGroup
)
{
func
clickConfirmHKButton
(
status
:
YHResignConfirmHKStatus
,
_
model
:
YHResignAppointGroup
)
{
if
status
==
.
waitConfirmHK
{
// 待确认在港
//
if status == .waitConfirmHK { // 待确认在港
// 展示提前到港弹窗
// 展示提前到港弹窗
let
alert
=
YHForwardArriveHKAlertView
.
alertView
()
//
let alert = YHForwardArriveHKAlertView.alertView()
alert
.
confirmBlock
=
{
//
alert.confirmBlock = {
[
weak
self
]
isConfirm
in
//
[weak self] isConfirm in
guard
let
self
=
self
else
{
return
}
//
guard let self = self else { return }
if
isConfirm
{
//
if isConfirm {
// 去修改预约递交时间
//
// 去修改预约递交时间
self
.
modifySchedule
()
//
self.modifySchedule()
}
//
}
}
//
}
alert
.
show
()
//
alert.show()
}
else
if
status
==
.
canConfirmHK
{
// 可点击确认在港
// } else
if
status
==
.
canConfirmHK
{
// 可点击确认在港
let
alertView
=
YHResignAppointedScheduleRiskTipsView
.
alertView
()
let
alertView
=
YHResignAppointedScheduleRiskTipsView
.
alertView
()
alertView
.
bottomBtnBlock
=
{
alertView
.
bottomBtnBlock
=
{
[
weak
self
]
isSure
in
[
weak
self
]
isSure
in
...
...
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