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

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

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