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
ca753822
Commit
ca753822
authored
Aug 24, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 赴港
parent
e878afc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
YHCertificateAppointViewController.swift
...cate(3 赴港办证预约)/C/YHCertificateAppointViewController.swift
+3
-1
YHGrabNumberInfoView.swift
...AppointCertificate(3 赴港办证预约)/V/YHGrabNumberInfoView.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/C/YHCertificateAppointViewController.swift
View file @
ca753822
...
@@ -722,6 +722,7 @@ extension YHCertificateAppointViewController {
...
@@ -722,6 +722,7 @@ extension YHCertificateAppointViewController {
func
submitAppointInfo
()
{
func
submitAppointInfo
()
{
// 检测各批次是否有日期或办证地点未选择
var
isOK
=
true
var
isOK
=
true
for
item
in
self
.
items2
{
for
item
in
self
.
items2
{
if
let
groupModel
=
item
.
model
{
if
let
groupModel
=
item
.
model
{
...
@@ -745,7 +746,7 @@ extension YHCertificateAppointViewController {
...
@@ -745,7 +746,7 @@ extension YHCertificateAppointViewController {
}
}
}
}
}
}
if
!
isOK
{
// 有日期或办证地点未选择
if
!
isOK
{
//
检测各批次是否
有日期或办证地点未选择
self
.
tableView
.
reloadData
()
self
.
tableView
.
reloadData
()
return
return
}
}
...
@@ -790,6 +791,7 @@ extension YHCertificateAppointViewController {
...
@@ -790,6 +791,7 @@ extension YHCertificateAppointViewController {
printLog
(
"
\(
params
)
"
)
printLog
(
"
\(
params
)
"
)
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
viewModel
.
submitAppoint
(
params
:
params
)
{
viewModel
.
submitAppoint
(
params
:
params
)
{
[
weak
self
]
success
,
error
in
[
weak
self
]
success
,
error
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/V/YHGrabNumberInfoView.swift
View file @
ca753822
...
@@ -150,7 +150,7 @@ class YHGrabNumberInfoItemView: UIView {
...
@@ -150,7 +150,7 @@ class YHGrabNumberInfoItemView: UIView {
make
.
width
.
height
.
equalTo
(
dotWidth
)
make
.
width
.
height
.
equalTo
(
dotWidth
)
make
.
centerY
.
equalTo
(
detailLabel
)
make
.
centerY
.
equalTo
(
detailLabel
)
make
.
right
.
equalTo
(
detailLabel
.
snp
.
left
)
.
offset
(
-
4
)
make
.
right
.
equalTo
(
detailLabel
.
snp
.
left
)
.
offset
(
-
4
)
make
.
left
.
greaterThanOrEqualTo
(
titleLabel
.
snp
.
right
)
.
offset
(
0
)
//
make.left.greaterThanOrEqualTo(titleLabel.snp.right).offset(0)
}
}
collectionView
.
snp
.
makeConstraints
{
make
in
collectionView
.
snp
.
makeConstraints
{
make
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