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
3e10f85b
Commit
3e10f85b
authored
Sep 06, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品要求改文案
parent
8c62a880
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
9 deletions
+10
-9
YHAddAdoptersViewController.swift
...)/AddAdopters(2新增受养人)/C/YHAddAdoptersViewController.swift
+1
-1
YHAdopterIncomeDetailViewController.swift
...pters(2新增受养人)/C/YHAdopterIncomeDetailViewController.swift
+2
-2
YHAdopterIncomeTableViewCell.swift
.../AddAdopters(2新增受养人)/V/YHAdopterIncomeTableViewCell.swift
+6
-5
YHAdopterIncomeTitleTableViewCell.swift
...dopters(2新增受养人)/V/YHAdopterIncomeTitleTableViewCell.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AddAdopters(2新增受养人)/C/YHAddAdoptersViewController.swift
View file @
3e10f85b
...
@@ -251,7 +251,7 @@ extension YHAddAdoptersViewController: UITableViewDelegate, UITableViewDataSourc
...
@@ -251,7 +251,7 @@ extension YHAddAdoptersViewController: UITableViewDelegate, UITableViewDataSourc
return
CGFloat
(
156
+
count
*
52
)
return
CGFloat
(
156
+
count
*
52
)
}
}
if
indexPath
.
row
==
3
{
if
indexPath
.
row
==
3
{
return
19
9
return
20
9
}
}
return
40
return
40
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AddAdopters(2新增受养人)/C/YHAdopterIncomeDetailViewController.swift
View file @
3e10f85b
...
@@ -337,9 +337,9 @@ extension YHAdopterIncomeDetailViewController: UITableViewDelegate, UITableViewD
...
@@ -337,9 +337,9 @@ extension YHAdopterIncomeDetailViewController: UITableViewDelegate, UITableViewD
func
tableView
(
_
tableView
:
UITableView
,
heightForRowAt
indexPath
:
IndexPath
)
->
CGFloat
{
func
tableView
(
_
tableView
:
UITableView
,
heightForRowAt
indexPath
:
IndexPath
)
->
CGFloat
{
if
indexPath
.
row
==
0
{
if
indexPath
.
row
==
0
{
if
self
.
data
.
status
==
2
{
if
self
.
data
.
status
==
2
{
return
1
1
9
return
1
3
9
}
else
{
}
else
{
return
8
6
return
10
6
}
}
}
}
if
indexPath
.
row
==
1
{
if
indexPath
.
row
==
1
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AddAdopters(2新增受养人)/V/YHAdopterIncomeTableViewCell.swift
View file @
3e10f85b
...
@@ -81,11 +81,12 @@ class YHAdopterIncomeTableViewCell: UITableViewCell {
...
@@ -81,11 +81,12 @@ class YHAdopterIncomeTableViewCell: UITableViewCell {
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
12
)
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
12
)
label
.
textColor
=
UIColor
.
mainTextColor50
label
.
textColor
=
UIColor
.
mainTextColor50
label
.
numberOfLines
=
0
label
.
numberOfLines
=
0
let
a
:
ASAttributedString
=
.
init
(
"温馨提示:"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
mainTextColor50
))
let
a
:
ASAttributedString
=
.
init
(
"温馨提示:存款证明需主申名下,"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
mainTextColor50
))
let
b
:
ASAttributedString
=
.
init
(
"存款证明有效期为3个月"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
brandMainColor
))
let
b
:
ASAttributedString
=
.
init
(
"申请前近3个月内开具有效"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
brandMainColor
))
let
c
:
ASAttributedString
=
.
init
(
",并且存款金额为每个成员(包括额外新增受养人)"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
mainTextColor50
))
let
c
:
ASAttributedString
=
.
init
(
",总存款金额为所有家庭成员(包括额外新增受养人)的"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
mainTextColor50
))
let
d
:
ASAttributedString
=
.
init
(
"最低为12万"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
brandMainColor
))
let
d
:
ASAttributedString
=
.
init
(
"个数乘以12万"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
brandMainColor
))
label
.
attributed
.
text
=
a
+
b
+
c
+
d
let
e
:
ASAttributedString
=
.
init
(
",如一家三口则需主申直接开具36万"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
mainTextColor50
))
label
.
attributed
.
text
=
a
+
b
+
c
+
d
+
e
return
label
return
label
}()
}()
centerView
.
addSubview
(
alertLabel
)
centerView
.
addSubview
(
alertLabel
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AddAdopters(2新增受养人)/V/YHAdopterIncomeTitleTableViewCell.swift
View file @
3e10f85b
...
@@ -92,7 +92,7 @@ class YHAdopterIncomeTitleTableViewCell: UITableViewCell {
...
@@ -92,7 +92,7 @@ class YHAdopterIncomeTitleTableViewCell: UITableViewCell {
alertLabel
=
{
alertLabel
=
{
let
label
=
UILabel
()
let
label
=
UILabel
()
label
.
text
=
"存款证明
有效期为3个月,并且存款金额为每个成员(包括额外新增受养人)最低为12
万"
label
.
text
=
"存款证明
需主申名下,申请前近3个月内开具有效,总存款金额为所有家庭成员(包括额外新增受养人)的个数乘以12万,如一家三口则需主申直接开具36
万"
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
label
.
textColor
=
UIColor
.
mainTextColor50
label
.
textColor
=
UIColor
.
mainTextColor50
label
.
numberOfLines
=
0
label
.
numberOfLines
=
0
...
...
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