Commit f7e0ff82 authored by Steven杜宇's avatar Steven杜宇

// 原则批

parent 17f5f3d9
......@@ -95,15 +95,15 @@ extension YHPrincipleWaitResultViewController {
viewModel.getPrincipleWaitReviewResult(params: params) { success, error in
self.items.removeAll()
let waitResultModel = self.viewModel.waitResultModel
// 待补件和未获批准不显示实时入境处身份申请进度
if self.status != YHCustomerServiceStatus.principleSupplement.rawValue &&
self.status != YHCustomerServiceStatus.principleRejected.rawValue {
// 实时入境处身份申请进度
let model1 = waitResultModel.copy()
model1.type = .photo
model1.title = "实时入境处身份申请进度"
model1.isUnfold = true
self.items.append(model1)
if self.status == YHCustomerServiceStatus.principleWaitResult.rawValue {
if waitResultModel.resultImageList.count > 0 {
// 实时入境处身份申请进度
let model1 = waitResultModel.copy()
model1.type = .photo
model1.title = "实时入境处身份申请进度"
model1.isUnfold = true
self.items.append(model1)
}
}
// 入境处已认收受理
......
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