Commit 2aa0baaa authored by Steven杜宇's avatar Steven杜宇

// 原则批

parent 7a7a72d4
......@@ -95,8 +95,9 @@ extension YHPrincipleWaitResultViewController {
viewModel.getPrincipleWaitReviewResult(params: params) { success, error in
self.items.removeAll()
let waitResultModel = self.viewModel.waitResultModel
// 待补件不显示实时入境处身份申请进度
if self.status != YHCustomerServiceStatus.principleSupplement.rawValue {
// 待补件和未获批准不显示实时入境处身份申请进度
if self.status != YHCustomerServiceStatus.principleSupplement.rawValue &&
self.status != YHCustomerServiceStatus.principleRejected.rawValue {
// 实时入境处身份申请进度
let model1 = waitResultModel.copy()
model1.type = .photo
......
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