Commit 5818aec0 authored by pete谢兆麟's avatar pete谢兆麟

查看续签结果bug修复

parent 9d72dc4a
...@@ -46,9 +46,9 @@ class YHLookResignResultHeadView: UIView { ...@@ -46,9 +46,9 @@ class YHLookResignResultHeadView: UIView {
messageLabel.attributed.text = a+b+c messageLabel.attributed.text = a+b+c
} else { } else {
if dataSource.mode == 1 { if dataSource.mode == 1 {
let a = ASAttributedString.init("\(dataSource.data.user),您申请的【优秀人才入境计划】续签申请在\(dataSource.data.main.pay_deadline)", .font(UIFont.PFSC_R(ofSize:14)), .foreground(UIColor.mainTextColor70)) let a = ASAttributedString.init("\(dataSource.data.user),您申请的【优秀人才入境计划】续签申请在\(dataSource.data.main.result_date)", .font(UIFont.PFSC_R(ofSize:14)), .foreground(UIColor.mainTextColor70))
let b = ASAttributedString.init("正式获批", .font(UIFont.PFSC_R(ofSize:14)),.foreground(UIColor.brandMainColor)) let b = ASAttributedString.init("正式获批", .font(UIFont.PFSC_R(ofSize:14)),.foreground(UIColor.brandMainColor))
let c = ASAttributedString.init("!请在\(dataSource.data.main.result_date)前,赴港缴费领取新签证!", .font(UIFont.PFSC_R(ofSize:14)), .foreground(UIColor.mainTextColor70)) let c = ASAttributedString.init("!请在\(dataSource.data.main.pay_deadline)前,赴港缴费领取新签证!", .font(UIFont.PFSC_R(ofSize:14)), .foreground(UIColor.mainTextColor70))
messageLabel.attributed.text = a+b+c messageLabel.attributed.text = a+b+c
} else { } else {
let a = ASAttributedString.init("\(dataSource.data.user),您与家人申请的【优秀人才入境计划】续签申请已", .font(UIFont.PFSC_R(ofSize:14)), .foreground(UIColor.mainTextColor70)) let a = ASAttributedString.init("\(dataSource.data.user),您与家人申请的【优秀人才入境计划】续签申请已", .font(UIFont.PFSC_R(ofSize:14)), .foreground(UIColor.mainTextColor70))
......
...@@ -185,8 +185,8 @@ class YHLookResignResultStateThreePeopleTableViewCell: UITableViewCell { ...@@ -185,8 +185,8 @@ class YHLookResignResultStateThreePeopleTableViewCell: UITableViewCell {
i += 1 i += 1
} }
titleLabel.text = title + names titleLabel.text = title + names
peopleValueLabel.text = dataSource.pay_deadline peopleValueLabel.text = dataSource.result_date
docValueLabel.text = dataSource.result_date docValueLabel.text = dataSource.pay_deadline
} }
} }
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