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
0a890bab
Commit
0a890bab
authored
Oct 13, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 修改
parent
b9ecdace
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
YHResignAppointSubmitScheduleViewController.swift
...递交预约)/C/YHResignAppointSubmitScheduleViewController.swift
+2
-0
YHResignAppointTimeModifyViewController.swift
...t(在港递交预约)/C/YHResignAppointTimeModifyViewController.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignHKAppoint(在港递交预约)/C/YHResignAppointSubmitScheduleViewController.swift
View file @
0a890bab
...
@@ -226,6 +226,7 @@ class YHResignAppointSubmitScheduleViewController: YHBaseViewController {
...
@@ -226,6 +226,7 @@ class YHResignAppointSubmitScheduleViewController: YHBaseViewController {
}
}
let
modifyVC
=
YHResignAppointTimeModifyViewController
()
let
modifyVC
=
YHResignAppointTimeModifyViewController
()
modifyVC
.
renewalId
=
self
.
renewalId
modifyVC
.
selectGroupArr
=
groupArr
modifyVC
.
selectGroupArr
=
groupArr
self
.
navigationController
?
.
pushViewController
(
modifyVC
)
self
.
navigationController
?
.
pushViewController
(
modifyVC
)
}
}
...
@@ -270,6 +271,7 @@ extension YHResignAppointSubmitScheduleViewController: UITableViewDelegate, UITa
...
@@ -270,6 +271,7 @@ extension YHResignAppointSubmitScheduleViewController: UITableViewDelegate, UITa
cell2
.
showBottomCorner
(
isShowCorner
)
cell2
.
showBottomCorner
(
isShowCorner
)
return
cell2
return
cell2
}
}
let
defaultCell
=
tableView
.
dequeueReusableCell
(
withIdentifier
:
"UITableViewCell"
,
for
:
indexPath
)
let
defaultCell
=
tableView
.
dequeueReusableCell
(
withIdentifier
:
"UITableViewCell"
,
for
:
indexPath
)
return
defaultCell
return
defaultCell
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignHKAppoint(在港递交预约)/C/YHResignAppointTimeModifyViewController.swift
View file @
0a890bab
...
@@ -362,7 +362,7 @@ extension YHResignAppointTimeModifyViewController {
...
@@ -362,7 +362,7 @@ extension YHResignAppointTimeModifyViewController {
}
}
let
param
:
[
String
:
Any
]
=
[
"renewal_id"
:
renewalId
,
let
param
:
[
String
:
Any
]
=
[
"renewal_id"
:
renewalId
,
"is_together"
:
self
.
isTogether
,
"is_together"
:
self
.
isTogether
?
1
:
2
,
"batch"
:
batchs
]
"batch"
:
batchs
]
printLog
(
param
)
printLog
(
param
)
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
...
...
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