Commit 3e10f85b authored by pete谢兆麟's avatar pete谢兆麟

产品要求改文案

parent 8c62a880
...@@ -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 199 return 209
} }
return 40 return 40
} }
......
...@@ -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 119 return 139
} else { } else {
return 86 return 106
} }
} }
if indexPath.row == 1 { if indexPath.row == 1 {
......
...@@ -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)
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment