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
8b3f30ef
Commit
8b3f30ef
authored
Aug 12, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 原则批
parent
5676a2ef
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
YHOfficialApprovalResultVC.swift
.../OfficialApproval(正式批)/C/YHOfficialApprovalResultVC.swift
+1
-1
YHPrincipleWaitResultViewController.swift
...pleBatch(原则批)/C/YHPrincipleWaitResultViewController.swift
+2
-1
YHPrinciplePhotoListCell.swift
...vice/PrincipleBatch(原则批)/V/YHPrinciplePhotoListCell.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/OfficialApproval(正式批)/C/YHOfficialApprovalResultVC.swift
View file @
8b3f30ef
...
@@ -225,7 +225,7 @@ private extension YHOfficialApprovalResultVC {
...
@@ -225,7 +225,7 @@ private extension YHOfficialApprovalResultVC {
return
return
}
}
model
.
type
=
1
//for test hjl
//
model.type = 1 //for test hjl
if
model
.
type
==
1
{
if
model
.
type
==
1
{
let
now
=
Date
()
let
now
=
Date
()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/PrincipleBatch(原则批)/C/YHPrincipleWaitResultViewController.swift
View file @
8b3f30ef
...
@@ -95,7 +95,8 @@ extension YHPrincipleWaitResultViewController {
...
@@ -95,7 +95,8 @@ extension YHPrincipleWaitResultViewController {
viewModel
.
getPrincipleWaitReviewResult
(
params
:
params
)
{
success
,
error
in
viewModel
.
getPrincipleWaitReviewResult
(
params
:
params
)
{
success
,
error
in
self
.
items
.
removeAll
()
self
.
items
.
removeAll
()
let
waitResultModel
=
self
.
viewModel
.
waitResultModel
let
waitResultModel
=
self
.
viewModel
.
waitResultModel
if
waitResultModel
.
resultImageList
.
count
>
0
{
// 待补件不显示实时入境处身份申请进度
if
self
.
status
!=
YHCustomerServiceStatus
.
principleSupplement
.
rawValue
{
// 实时入境处身份申请进度
// 实时入境处身份申请进度
let
model1
=
waitResultModel
.
copy
()
let
model1
=
waitResultModel
.
copy
()
model1
.
type
=
.
photo
model1
.
type
=
.
photo
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/PrincipleBatch(原则批)/V/YHPrinciplePhotoListCell.swift
View file @
8b3f30ef
...
@@ -24,7 +24,7 @@ class YHPrinciplePhotoListCell: UITableViewCell {
...
@@ -24,7 +24,7 @@ class YHPrinciplePhotoListCell: UITableViewCell {
let
label
=
UILabel
()
let
label
=
UILabel
()
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
15
)
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
15
)
label
.
textColor
=
UIColor
.
mainTextColor
label
.
textColor
=
UIColor
.
mainTextColor
label
.
text
=
"
申请资料已递交港府留档
"
label
.
text
=
"
实时入境处身份申请进度
"
return
label
return
label
}()
}()
...
...
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