Commit 6c06ccca415c89f82a382a18a6accec7adc0fdc8
1 parent
9394b821
cell复用
Showing
1 changed file
with
7 additions
and
2 deletions
metaCode/Classes/Main/HomePage/View/DigitalAuthViews/我的简历cell/CNLiveDigitalResumePreviewFourCell.swift
| ... | ... | @@ -420,7 +420,9 @@ class CNLiveDigitalResumePreviewFourCell: UITableViewCell { |
| 420 | 420 | self.nameIconImgView.image = UIImage(named: "mine_jianli_preview_award") |
| 421 | 421 | } |
| 422 | 422 | func setupNewUI(model:CNLiveVitaeWorksModel){ |
| 423 | - | |
| 423 | + self.myIdentityTitleLabel.text = "工作记录" | |
| 424 | + self.realImgView.isHidden = false | |
| 425 | + | |
| 424 | 426 | self.zhengshuNoIconImgView.isHidden = true |
| 425 | 427 | self.zhengshuNoDescTitleLabel.isHidden = true |
| 426 | 428 | |
| ... | ... | @@ -537,6 +539,10 @@ class CNLiveDigitalResumePreviewFourCell: UITableViewCell { |
| 537 | 539 | self.workDingWeiTitleLabel.isHidden = false |
| 538 | 540 | self.workDingWeiTitleLabel.text = model.city |
| 539 | 541 | } |
| 542 | + | |
| 543 | + self.zhengshuBtn.setTitle("管理工作记录", for: .normal) | |
| 544 | + self.nameIconImgView.image = UIImage(named: "mine_jianli_preview_work") | |
| 545 | + | |
| 540 | 546 | } |
| 541 | 547 | |
| 542 | 548 | func convertTimestampStringToDateString(timestampString: String) -> String? { |
| ... | ... | @@ -592,7 +598,6 @@ class CNLiveDigitalResumePreviewFourCell: UITableViewCell { |
| 592 | 598 | vc.workAwardType = .award |
| 593 | 599 | navigationViewController().pushViewController(vc, animated: true) |
| 594 | 600 | }else{ |
| 595 | - | |
| 596 | 601 | } |
| 597 | 602 | |
| 598 | 603 | } | ... | ... |