Commit b92e0670 authored by pete谢兆麟's avatar pete谢兆麟

首页部分bug修复 续签结果时间修复

parent 9815a4c1
...@@ -135,7 +135,7 @@ class YHSelectLookViewCell: UICollectionViewCell { ...@@ -135,7 +135,7 @@ class YHSelectLookViewCell: UICollectionViewCell {
lazy var descripeLable:UILabel = { lazy var descripeLable:UILabel = {
let label = UILabel() let label = UILabel()
label.text = "高才专家" label.text = "更多直播"
label.textColor = UIColor(hex: 0x6d788a) label.textColor = UIColor(hex: 0x6d788a)
label.font = UIFont.PFSC_R(ofSize: 11) label.font = UIFont.PFSC_R(ofSize: 11)
label.textAlignment = .center label.textAlignment = .center
......
...@@ -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.result_date peopleValueLabel.text = dataSource.pay_deadline
docValueLabel.text = dataSource.pay_deadline docValueLabel.text = dataSource.result_date
} }
} }
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