Commit 8b3f30ef authored by Steven杜宇's avatar Steven杜宇

// 原则批

parent 5676a2ef
...@@ -225,7 +225,7 @@ private extension YHOfficialApprovalResultVC { ...@@ -225,7 +225,7 @@ private extension YHOfficialApprovalResultVC {
return return
} }
model.type = 1 //for test hjl // model.type = 1 //for test hjl
if model.type == 1 { if model.type == 1 {
let now = Date() let now = Date()
......
...@@ -95,7 +95,8 @@ extension YHPrincipleWaitResultViewController { ...@@ -95,7 +95,8 @@ extension YHPrincipleWaitResultViewController {
viewModel.getPrincipleWaitReviewResult(params: params) { success, error in viewModel.getPrincipleWaitReviewResult(params: params) { success, error in
self.items.removeAll() self.items.removeAll()
let waitResultModel = self.viewModel.waitResultModel let waitResultModel = self.viewModel.waitResultModel
if waitResultModel.resultImageList.count > 0 { // 待补件不显示实时入境处身份申请进度
if self.status != YHCustomerServiceStatus.principleSupplement.rawValue {
// 实时入境处身份申请进度 // 实时入境处身份申请进度
let model1 = waitResultModel.copy() let model1 = waitResultModel.copy()
model1.type = .photo model1.type = .photo
......
...@@ -24,7 +24,7 @@ class YHPrinciplePhotoListCell: UITableViewCell { ...@@ -24,7 +24,7 @@ class YHPrinciplePhotoListCell: UITableViewCell {
let label = UILabel() let label = UILabel()
label.font = UIFont.PFSC_R(ofSize: 15) label.font = UIFont.PFSC_R(ofSize: 15)
label.textColor = UIColor.mainTextColor label.textColor = UIColor.mainTextColor
label.text = "申请资料已递交港府留档" label.text = "实时入境处身份申请进度"
return label return label
}() }()
......
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