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
f9fe194a
Commit
f9fe194a
authored
Oct 23, 2024
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
续期在港签证缴费ui走查
parent
833f510e
Changes
13
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
48 additions
and
36 deletions
+48
-36
YHHKVisaRenewalPaymentVC.swift
...saRenewalPayment(续签在港缴费)/C/YHHKVisaRenewalPaymentVC.swift
+5
-4
YHVisaRenewalGuideVC.swift
...ngVisaRenewalPayment(续签在港缴费)/C/YHVisaRenewalGuideVC.swift
+18
-1
YHVisaRenewalTroubleshootingGuideVC.swift
...yment(续签在港缴费)/C/YHVisaRenewalTroubleshootingGuideVC.swift
+13
-1
YHVisaRenewalGuideHeaderCell.swift
...newalPayment(续签在港缴费)/V/YHVisaRenewalGuideHeaderCell.swift
+2
-14
YHVisaRenewalGuideIndentCell.swift
...newalPayment(续签在港缴费)/V/YHVisaRenewalGuideIndentCell.swift
+2
-1
YHVisaRenewalGuideParagraphCell.swift
...alPayment(续签在港缴费)/V/YHVisaRenewalGuideParagraphCell.swift
+2
-1
YHVisaRenewalGuideRemarkCell.swift
...newalPayment(续签在港缴费)/V/YHVisaRenewalGuideRemarkCell.swift
+1
-0
YHVisaRenewalGuideTipsCell.swift
...RenewalPayment(续签在港缴费)/V/YHVisaRenewalGuideTipsCell.swift
+1
-0
YHVisaRenewalResidenceActionCell.swift
...lPayment(续签在港缴费)/V/YHVisaRenewalResidenceActionCell.swift
+1
-1
YHVisaRenewalTroubleshootingGuideHeaderCell.swift
...在港缴费)/V/YHVisaRenewalTroubleshootingGuideHeaderCell.swift
+2
-13
YHVisaRenewalWorkflowCell.swift
...aRenewalPayment(续签在港缴费)/V/YHVisaRenewalWorkflowCell.swift
+1
-0
resign_visa_guide_bg@2x.png
...resign_visa_guide_bg.imageset/resign_visa_guide_bg@2x.png
+0
-0
resign_visa_guide_bg@3x.png
...resign_visa_guide_bg.imageset/resign_visa_guide_bg@3x.png
+0
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/HongKongVisaRenewalPayment(续签在港缴费)/C/YHHKVisaRenewalPaymentVC.swift
View file @
f9fe194a
...
@@ -159,20 +159,21 @@ extension YHHKVisaRenewalPaymentVC {
...
@@ -159,20 +159,21 @@ extension YHHKVisaRenewalPaymentVC {
bottomView
.
snp
.
makeConstraints
{
make
in
bottomView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
right
.
equalToSuperview
()
make
.
left
.
right
.
equalToSuperview
()
make
.
bottom
.
equalTo
(
view
.
safeAreaLayoutGuide
.
snp
.
bottom
)
make
.
bottom
.
equalTo
Superview
(
)
make
.
height
.
equalTo
(
64
)
make
.
top
.
equalTo
(
view
.
safeAreaLayoutGuide
.
snp
.
bottom
)
.
offset
(
-
64
)
}
}
guideButton
.
snp
.
makeConstraints
{
make
in
guideButton
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalToSuperview
()
make
.
left
.
equalToSuperview
()
make
.
top
.
bottom
.
equalToSuperview
()
make
.
top
.
equalToSuperview
()
make
.
height
.
equalTo
(
64
)
make
.
width
.
equalTo
(
106
)
make
.
width
.
equalTo
(
106
)
}
}
sureButton
.
snp
.
makeConstraints
{
make
in
sureButton
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
guideButton
.
snp
.
right
)
make
.
left
.
equalTo
(
guideButton
.
snp
.
right
)
make
.
right
.
equalToSuperview
()
.
offset
(
-
20
)
make
.
right
.
equalToSuperview
()
.
offset
(
-
20
)
make
.
centerY
.
equalToSuperview
(
)
make
.
top
.
equalToSuperview
()
.
offset
(
8
)
make
.
height
.
equalTo
(
48
)
make
.
height
.
equalTo
(
48
)
}
}
stepView
.
snp
.
makeConstraints
{
make
in
stepView
.
snp
.
makeConstraints
{
make
in
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/HongKongVisaRenewalPayment(续签在港缴费)/C/YHVisaRenewalGuideVC.swift
View file @
f9fe194a
...
@@ -24,6 +24,18 @@ class YHVisaRenewalGuideVC: YHBaseViewController {
...
@@ -24,6 +24,18 @@ class YHVisaRenewalGuideVC: YHBaseViewController {
case
remark
(
_
detail
:
String
)
case
remark
(
_
detail
:
String
)
}
}
private
lazy
var
bgIcon
:
UIImageView
=
{
let
view
=
UIImageView
()
view
.
image
=
UIImage
(
named
:
"resign_visa_guide_bg"
)
return
view
}()
private
lazy
var
bottomBgView
:
UIView
=
{
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
return
view
}()
private
lazy
var
tableView
:
UITableView
=
{
private
lazy
var
tableView
:
UITableView
=
{
let
view
=
UITableView
(
frame
:
.
zero
,
style
:
.
plain
)
let
view
=
UITableView
(
frame
:
.
zero
,
style
:
.
plain
)
view
.
backgroundColor
=
.
clear
view
.
backgroundColor
=
.
clear
...
@@ -107,9 +119,14 @@ extension YHVisaRenewalGuideVC {
...
@@ -107,9 +119,14 @@ extension YHVisaRenewalGuideVC {
gk_navBarAlpha
=
0
gk_navBarAlpha
=
0
gk_navigationBar
.
isHidden
=
true
gk_navigationBar
.
isHidden
=
true
view
.
backgroundColor
=
UIColor
.
white
view
.
backgroundColor
=
UIColor
.
white
view
.
addSubview
(
bgIcon
)
view
.
addSubview
(
tableView
)
view
.
addSubview
(
tableView
)
view
.
addSubview
(
bottomView
)
view
.
addSubview
(
bottomView
)
bottomView
.
addSubview
(
sureButton
)
bottomView
.
addSubview
(
sureButton
)
bgIcon
.
snp
.
makeConstraints
{
make
in
make
.
top
.
left
.
right
.
equalToSuperview
()
make
.
height
.
equalTo
(
bgIcon
)
.
multipliedBy
(
1
)
}
bottomView
.
snp
.
makeConstraints
{
make
in
bottomView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
right
.
equalToSuperview
()
make
.
left
.
right
.
equalToSuperview
()
make
.
bottom
.
equalTo
(
view
.
safeAreaLayoutGuide
.
snp
.
bottom
)
make
.
bottom
.
equalTo
(
view
.
safeAreaLayoutGuide
.
snp
.
bottom
)
...
@@ -126,7 +143,7 @@ extension YHVisaRenewalGuideVC {
...
@@ -126,7 +143,7 @@ extension YHVisaRenewalGuideVC {
tableView
.
snp
.
makeConstraints
{
make
in
tableView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalToSuperview
()
make
.
left
.
equalToSuperview
()
make
.
right
.
equalToSuperview
()
make
.
right
.
equalToSuperview
()
make
.
top
.
equalToSuperview
()
make
.
top
.
equalToSuperview
()
.
offset
(
20
)
make
.
bottom
.
equalTo
(
bottomView
.
snp
.
top
)
make
.
bottom
.
equalTo
(
bottomView
.
snp
.
top
)
}
}
tableView
.
tableFooterView
=
UIView
(
frame
:
CGRect
.
init
(
x
:
0
,
y
:
0
,
width
:
KScreenWidth
,
height
:
82
))
tableView
.
tableFooterView
=
UIView
(
frame
:
CGRect
.
init
(
x
:
0
,
y
:
0
,
width
:
KScreenWidth
,
height
:
82
))
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/HongKongVisaRenewalPayment(续签在港缴费)/C/YHVisaRenewalTroubleshootingGuideVC.swift
View file @
f9fe194a
...
@@ -17,6 +17,12 @@ class YHVisaRenewalTroubleshootingGuideVC: YHBaseViewController {
...
@@ -17,6 +17,12 @@ class YHVisaRenewalTroubleshootingGuideVC: YHBaseViewController {
case
workflow
(
_
title
:
String
,
_
workflows
:
[
String
])
case
workflow
(
_
title
:
String
,
_
workflows
:
[
String
])
}
}
private
lazy
var
bgIcon
:
UIImageView
=
{
let
view
=
UIImageView
()
view
.
image
=
UIImage
(
named
:
"resign_visa_guide_bg"
)
return
view
}()
private
lazy
var
tableView
:
UITableView
=
{
private
lazy
var
tableView
:
UITableView
=
{
let
view
=
UITableView
(
frame
:
.
zero
,
style
:
.
plain
)
let
view
=
UITableView
(
frame
:
.
zero
,
style
:
.
plain
)
view
.
backgroundColor
=
.
clear
view
.
backgroundColor
=
.
clear
...
@@ -76,9 +82,15 @@ extension YHVisaRenewalTroubleshootingGuideVC {
...
@@ -76,9 +82,15 @@ extension YHVisaRenewalTroubleshootingGuideVC {
gk_navBarAlpha
=
0
gk_navBarAlpha
=
0
gk_navigationBar
.
isHidden
=
true
gk_navigationBar
.
isHidden
=
true
view
.
backgroundColor
=
UIColor
.
white
view
.
backgroundColor
=
UIColor
.
white
view
.
addSubview
(
bgIcon
)
view
.
addSubview
(
tableView
)
view
.
addSubview
(
tableView
)
view
.
addSubview
(
bottomView
)
view
.
addSubview
(
bottomView
)
bottomView
.
addSubview
(
sureButton
)
bottomView
.
addSubview
(
sureButton
)
bgIcon
.
snp
.
makeConstraints
{
make
in
make
.
top
.
left
.
right
.
equalToSuperview
()
make
.
height
.
equalTo
(
bgIcon
.
snp
.
width
)
.
multipliedBy
(
1
)
}
bottomView
.
snp
.
makeConstraints
{
make
in
bottomView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
right
.
equalToSuperview
()
make
.
left
.
right
.
equalToSuperview
()
make
.
bottom
.
equalTo
(
view
.
safeAreaLayoutGuide
.
snp
.
bottom
)
make
.
bottom
.
equalTo
(
view
.
safeAreaLayoutGuide
.
snp
.
bottom
)
...
@@ -95,7 +107,7 @@ extension YHVisaRenewalTroubleshootingGuideVC {
...
@@ -95,7 +107,7 @@ extension YHVisaRenewalTroubleshootingGuideVC {
tableView
.
snp
.
makeConstraints
{
make
in
tableView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalToSuperview
()
make
.
left
.
equalToSuperview
()
make
.
right
.
equalToSuperview
()
make
.
right
.
equalToSuperview
()
make
.
top
.
equalToSuperview
()
make
.
top
.
equalToSuperview
()
.
offset
(
20
)
make
.
bottom
.
equalTo
(
bottomView
.
snp
.
top
)
make
.
bottom
.
equalTo
(
bottomView
.
snp
.
top
)
}
}
tableView
.
tableFooterView
=
UIView
(
frame
:
CGRect
.
init
(
x
:
0
,
y
:
0
,
width
:
KScreenWidth
,
height
:
24
))
tableView
.
tableFooterView
=
UIView
(
frame
:
CGRect
.
init
(
x
:
0
,
y
:
0
,
width
:
KScreenWidth
,
height
:
24
))
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/HongKongVisaRenewalPayment(续签在港缴费)/V/YHVisaRenewalGuideHeaderCell.swift
View file @
f9fe194a
...
@@ -25,12 +25,6 @@ class YHVisaRenewalGuideHeaderCell: UITableViewCell {
...
@@ -25,12 +25,6 @@ class YHVisaRenewalGuideHeaderCell: UITableViewCell {
return
view
return
view
}()
}()
private
lazy
var
bgIcon
:
UIImageView
=
{
let
view
=
UIImageView
()
view
.
image
=
UIImage
(
named
:
"resign_visa_guide_bg"
)
return
view
}()
private
lazy
var
tipTitleLabel
:
UILabel
=
{
private
lazy
var
tipTitleLabel
:
UILabel
=
{
let
label
=
UILabel
()
let
label
=
UILabel
()
label
.
font
=
.
PFSC_B
(
ofSize
:
14
)
label
.
font
=
.
PFSC_B
(
ofSize
:
14
)
...
@@ -137,7 +131,7 @@ class YHVisaRenewalGuideHeaderCell: UITableViewCell {
...
@@ -137,7 +131,7 @@ class YHVisaRenewalGuideHeaderCell: UITableViewCell {
extension
YHVisaRenewalGuideHeaderCell
{
extension
YHVisaRenewalGuideHeaderCell
{
private
func
setupUI
()
{
private
func
setupUI
()
{
selectionStyle
=
.
none
selectionStyle
=
.
none
contentView
.
addSubview
(
bgIcon
)
backgroundColor
=
.
clear
contentView
.
addSubview
(
infoTitleIcon
)
contentView
.
addSubview
(
infoTitleIcon
)
contentView
.
addSubview
(
tipIcon
)
contentView
.
addSubview
(
tipIcon
)
contentView
.
addSubview
(
tipTitleLabel
)
contentView
.
addSubview
(
tipTitleLabel
)
...
@@ -151,8 +145,6 @@ extension YHVisaRenewalGuideHeaderCell {
...
@@ -151,8 +145,6 @@ extension YHVisaRenewalGuideHeaderCell {
contentView
.
addSubview
(
paragraphTitleLabel
)
contentView
.
addSubview
(
paragraphTitleLabel
)
contentView
.
addSubview
(
paragraphDetailLabel
)
contentView
.
addSubview
(
paragraphDetailLabel
)
bgIcon
.
setContentHuggingPriority
(
.
defaultLow
,
for
:
.
vertical
)
infoTitleIcon
.
setContentHuggingPriority
(
.
required
,
for
:
.
vertical
)
infoTitleIcon
.
setContentHuggingPriority
(
.
required
,
for
:
.
vertical
)
tipTitleLabel
.
setContentHuggingPriority
(
.
required
,
for
:
.
vertical
)
tipTitleLabel
.
setContentHuggingPriority
(
.
required
,
for
:
.
vertical
)
firstTipDetailLabel
.
setContentHuggingPriority
(
.
required
,
for
:
.
vertical
)
firstTipDetailLabel
.
setContentHuggingPriority
(
.
required
,
for
:
.
vertical
)
...
@@ -162,12 +154,8 @@ extension YHVisaRenewalGuideHeaderCell {
...
@@ -162,12 +154,8 @@ extension YHVisaRenewalGuideHeaderCell {
paragraphTitleLabel
.
setContentHuggingPriority
(
.
required
,
for
:
.
vertical
)
paragraphTitleLabel
.
setContentHuggingPriority
(
.
required
,
for
:
.
vertical
)
paragraphDetailLabel
.
setContentHuggingPriority
(
.
required
,
for
:
.
vertical
)
paragraphDetailLabel
.
setContentHuggingPriority
(
.
required
,
for
:
.
vertical
)
bgIcon
.
snp
.
makeConstraints
{
make
in
make
.
edges
.
equalToSuperview
()
}
infoTitleIcon
.
snp
.
makeConstraints
{
make
in
infoTitleIcon
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalToSuperview
()
.
offset
(
2
5
)
make
.
top
.
equalToSuperview
()
.
offset
(
5
)
make
.
left
.
equalToSuperview
()
.
offset
(
22
)
make
.
left
.
equalToSuperview
()
.
offset
(
22
)
make
.
height
.
equalTo
(
25
)
make
.
height
.
equalTo
(
25
)
make
.
width
.
equalTo
(
253
)
make
.
width
.
equalTo
(
253
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/HongKongVisaRenewalPayment(续签在港缴费)/V/YHVisaRenewalGuideIndentCell.swift
View file @
f9fe194a
...
@@ -67,11 +67,12 @@ class YHVisaRenewalGuideIndentCell: UITableViewCell {
...
@@ -67,11 +67,12 @@ class YHVisaRenewalGuideIndentCell: UITableViewCell {
extension
YHVisaRenewalGuideIndentCell
{
extension
YHVisaRenewalGuideIndentCell
{
private
func
setupUI
()
{
private
func
setupUI
()
{
selectionStyle
=
.
none
selectionStyle
=
.
none
backgroundColor
=
.
clear
contentView
.
addSubview
(
subContainerView
)
contentView
.
addSubview
(
subContainerView
)
subContainerView
.
addSubview
(
infoTitleLabel
)
subContainerView
.
addSubview
(
infoTitleLabel
)
contentView
.
addSubview
(
infoDetailLabel
)
contentView
.
addSubview
(
infoDetailLabel
)
subContainerView
.
snp
.
makeConstraints
{
make
in
subContainerView
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalToSuperview
()
.
offset
(
20
)
make
.
top
.
equalToSuperview
()
.
offset
(
12
)
make
.
left
.
equalToSuperview
()
.
offset
(
20
)
make
.
left
.
equalToSuperview
()
.
offset
(
20
)
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/HongKongVisaRenewalPayment(续签在港缴费)/V/YHVisaRenewalGuideParagraphCell.swift
View file @
f9fe194a
...
@@ -53,6 +53,7 @@ class YHVisaRenewalGuideParagraphCell: UITableViewCell {
...
@@ -53,6 +53,7 @@ class YHVisaRenewalGuideParagraphCell: UITableViewCell {
extension
YHVisaRenewalGuideParagraphCell
{
extension
YHVisaRenewalGuideParagraphCell
{
private
func
setupUI
()
{
private
func
setupUI
()
{
selectionStyle
=
.
none
selectionStyle
=
.
none
backgroundColor
=
.
clear
contentView
.
addSubview
(
infoTitleLabel
)
contentView
.
addSubview
(
infoTitleLabel
)
contentView
.
addSubview
(
infoDetailLabel
)
contentView
.
addSubview
(
infoDetailLabel
)
...
@@ -63,7 +64,7 @@ extension YHVisaRenewalGuideParagraphCell {
...
@@ -63,7 +64,7 @@ extension YHVisaRenewalGuideParagraphCell {
}
}
infoDetailLabel
.
snp
.
makeConstraints
{
make
in
infoDetailLabel
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalTo
(
infoTitleLabel
.
snp
.
bottom
)
.
offset
(
20
)
make
.
top
.
equalTo
(
infoTitleLabel
.
snp
.
bottom
)
.
offset
(
12
)
make
.
left
.
equalTo
(
infoTitleLabel
)
make
.
left
.
equalTo
(
infoTitleLabel
)
make
.
right
.
lessThanOrEqualToSuperview
()
.
offset
(
-
20
)
make
.
right
.
lessThanOrEqualToSuperview
()
.
offset
(
-
20
)
make
.
bottom
.
equalToSuperview
()
make
.
bottom
.
equalToSuperview
()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/HongKongVisaRenewalPayment(续签在港缴费)/V/YHVisaRenewalGuideRemarkCell.swift
View file @
f9fe194a
...
@@ -44,6 +44,7 @@ class YHVisaRenewalGuideRemarkCell: UITableViewCell {
...
@@ -44,6 +44,7 @@ class YHVisaRenewalGuideRemarkCell: UITableViewCell {
extension
YHVisaRenewalGuideRemarkCell
{
extension
YHVisaRenewalGuideRemarkCell
{
private
func
setupUI
()
{
private
func
setupUI
()
{
selectionStyle
=
.
none
selectionStyle
=
.
none
backgroundColor
=
.
clear
contentView
.
addSubview
(
infoDetailLabel
)
contentView
.
addSubview
(
infoDetailLabel
)
infoDetailLabel
.
snp
.
makeConstraints
{
make
in
infoDetailLabel
.
snp
.
makeConstraints
{
make
in
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/HongKongVisaRenewalPayment(续签在港缴费)/V/YHVisaRenewalGuideTipsCell.swift
View file @
f9fe194a
...
@@ -60,6 +60,7 @@ class YHVisaRenewalGuideTipsCell: UITableViewCell {
...
@@ -60,6 +60,7 @@ class YHVisaRenewalGuideTipsCell: UITableViewCell {
extension
YHVisaRenewalGuideTipsCell
{
extension
YHVisaRenewalGuideTipsCell
{
private
func
setupUI
()
{
private
func
setupUI
()
{
selectionStyle
=
.
none
selectionStyle
=
.
none
backgroundColor
=
.
clear
contentView
.
addSubview
(
subContainerView
)
contentView
.
addSubview
(
subContainerView
)
subContainerView
.
addSubview
(
iconView
)
subContainerView
.
addSubview
(
iconView
)
subContainerView
.
addSubview
(
infoTitleLabel
)
subContainerView
.
addSubview
(
infoTitleLabel
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/HongKongVisaRenewalPayment(续签在港缴费)/V/YHVisaRenewalResidenceActionCell.swift
View file @
f9fe194a
...
@@ -16,7 +16,7 @@ class YHVisaRenewalResidenceActionCell: YHResignDocumentCell {
...
@@ -16,7 +16,7 @@ class YHVisaRenewalResidenceActionCell: YHResignDocumentCell {
private
lazy
var
infoTitleLabel
:
UILabel
=
{
private
lazy
var
infoTitleLabel
:
UILabel
=
{
let
label
=
UILabel
()
let
label
=
UILabel
()
label
.
font
=
.
PFSC_
R
(
ofSize
:
14
)
label
.
font
=
.
PFSC_
M
(
ofSize
:
15
)
label
.
textColor
=
.
mainTextColor
label
.
textColor
=
.
mainTextColor
return
label
return
label
}()
}()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/HongKongVisaRenewalPayment(续签在港缴费)/V/YHVisaRenewalTroubleshootingGuideHeaderCell.swift
View file @
f9fe194a
...
@@ -18,12 +18,6 @@ class YHVisaRenewalTroubleshootingGuideHeaderCell: UITableViewCell {
...
@@ -18,12 +18,6 @@ class YHVisaRenewalTroubleshootingGuideHeaderCell: UITableViewCell {
return
view
return
view
}()
}()
private
lazy
var
bgIcon
:
UIImageView
=
{
let
view
=
UIImageView
()
view
.
image
=
UIImage
(
named
:
"resign_visa_guide_bg"
)
return
view
}()
private
lazy
var
paragraphDetailLabel
:
UILabel
=
{
private
lazy
var
paragraphDetailLabel
:
UILabel
=
{
let
label
=
UILabel
()
let
label
=
UILabel
()
label
.
font
=
.
PFSC_R
(
ofSize
:
14
)
label
.
font
=
.
PFSC_R
(
ofSize
:
14
)
...
@@ -60,18 +54,13 @@ class YHVisaRenewalTroubleshootingGuideHeaderCell: UITableViewCell {
...
@@ -60,18 +54,13 @@ class YHVisaRenewalTroubleshootingGuideHeaderCell: UITableViewCell {
extension
YHVisaRenewalTroubleshootingGuideHeaderCell
{
extension
YHVisaRenewalTroubleshootingGuideHeaderCell
{
private
func
setupUI
()
{
private
func
setupUI
()
{
selectionStyle
=
.
none
selectionStyle
=
.
none
contentView
.
addSubview
(
bgIcon
)
backgroundColor
=
.
clear
contentView
.
addSubview
(
infoTitleIcon
)
contentView
.
addSubview
(
infoTitleIcon
)
contentView
.
addSubview
(
paragraphDetailLabel
)
contentView
.
addSubview
(
paragraphDetailLabel
)
contentView
.
addSubview
(
errorIcon
)
contentView
.
addSubview
(
errorIcon
)
bgIcon
.
snp
.
makeConstraints
{
make
in
make
.
left
.
top
.
right
.
equalToSuperview
()
make
.
width
.
equalTo
(
bgIcon
.
snp
.
height
)
}
infoTitleIcon
.
snp
.
makeConstraints
{
make
in
infoTitleIcon
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalToSuperview
()
.
offset
(
2
5
)
make
.
top
.
equalToSuperview
()
.
offset
(
5
)
make
.
left
.
equalToSuperview
()
.
offset
(
22
)
make
.
left
.
equalToSuperview
()
.
offset
(
22
)
make
.
height
.
equalTo
(
25
)
make
.
height
.
equalTo
(
25
)
make
.
width
.
equalTo
(
202
)
make
.
width
.
equalTo
(
202
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/HongKongVisaRenewalPayment(续签在港缴费)/V/YHVisaRenewalWorkflowCell.swift
View file @
f9fe194a
...
@@ -119,6 +119,7 @@ class YHVisaRenewalWorkflowCell: UITableViewCell {
...
@@ -119,6 +119,7 @@ class YHVisaRenewalWorkflowCell: UITableViewCell {
extension
YHVisaRenewalWorkflowCell
{
extension
YHVisaRenewalWorkflowCell
{
private
func
setupUI
()
{
private
func
setupUI
()
{
selectionStyle
=
.
none
selectionStyle
=
.
none
backgroundColor
=
.
clear
contentView
.
addSubview
(
subContainerView
)
contentView
.
addSubview
(
subContainerView
)
subContainerView
.
addSubview
(
iconView
)
subContainerView
.
addSubview
(
iconView
)
subContainerView
.
addSubview
(
infoTitleLabel
)
subContainerView
.
addSubview
(
infoTitleLabel
)
...
...
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/续签/续签在港缴费/resign_visa_guide_bg.imageset/resign_visa_guide_bg@2x.png
View replaced file @
833f510e
View file @
f9fe194a
141 KB
|
W:
|
H:
207 KB
|
W:
|
H:
2-up
Swipe
Onion skin
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/续签/续签在港缴费/resign_visa_guide_bg.imageset/resign_visa_guide_bg@3x.png
View replaced file @
833f510e
View file @
f9fe194a
226 KB
|
W:
|
H:
398 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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