Commit 2fb507467e2cfeebbc61b9a43afa6aa2cb4c2b1c
1 parent
469ceadf
no message
Showing
1 changed file
with
6 additions
and
1 deletions
metaCode/Classes/Main/HomePage/Controller/DigitalAuth/数字简历相关页面/CNLiveDigitalResumePreViewController.swift
| @@ -509,7 +509,12 @@ class CNLiveDigitalResumePreViewController:CNLiveBaseViewController,UITableViewD | @@ -509,7 +509,12 @@ class CNLiveDigitalResumePreViewController:CNLiveBaseViewController,UITableViewD | ||
| 509 | //官方认证 | 509 | //官方认证 |
| 510 | var arr = Array<CNLiveVitaeIdentitiesModel>() | 510 | var arr = Array<CNLiveVitaeIdentitiesModel>() |
| 511 | model.identities.forEach { listMdl in | 511 | model.identities.forEach { listMdl in |
| 512 | - arr.append(listMdl) | 512 | +// if listMdl.userStatus == 1{ |
| 513 | + //简历只看审核成功的 | ||
| 514 | + arr.append(listMdl) | ||
| 515 | +// }else{ | ||
| 516 | +// | ||
| 517 | +// } | ||
| 513 | } | 518 | } |
| 514 | self.succDataArray.removeAllObjects() | 519 | self.succDataArray.removeAllObjects() |
| 515 | self.succDataArray.addObjects(from: arr) | 520 | self.succDataArray.addObjects(from: arr) |