Commit 29f06dcd authored by pete谢兆麟's avatar pete谢兆麟

产品验收问题修复

parent b13a86b4
......@@ -277,6 +277,7 @@ class YHResignUploadDocItemView: UIView {
guard let dataSource = docDataSource else { return }
titleLabel.text = dataSource.name
if dataSource.status == 1 {
explainLabel.text = "待确认"
explainLabel.textColor = UIColor.brandMainColor
nextStepImageView.image = UIImage(named: "service_adopter_income_start")
}
......
......@@ -44,10 +44,11 @@ class YHResignUploadSuccessDocListCell: UITableViewCell {
func setupUI() {
backgroundColor = .clear
contentView.layer.cornerRadius = kCornerRadius6
mainItemView = {
let view = UIView()
view.backgroundColor = .white
view.layer.cornerRadius = kCornerRadius6
view.layer.masksToBounds = true
return view
}()
contentView.addSubview(mainItemView)
......
......@@ -90,7 +90,7 @@ private extension YHResignUploadTravelCardListTableViewCell {
statusLable.text = "未开启"
titleLable.textColor = .mainTextColor30
statusLable.textColor = UIColor.mainTextColor30
statusImageView.image = UIImage(named: "disable_right_arrow")
statusImageView.image = UIImage(named: "")
} else if model.status == 0 {
statusLable.text = "待上传"
......
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