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

// 永居推送点击

parent 341c630a
...@@ -13,6 +13,7 @@ enum YHOrderStage: Int { ...@@ -13,6 +13,7 @@ enum YHOrderStage: Int {
case apply = 1 // 申请阶段 case apply = 1 // 申请阶段
case certificate = 2 // 办证阶段 case certificate = 2 // 办证阶段
case resign = 3 // 续签 case resign = 3 // 续签
case permanentResidence = 4 // 永居
} }
enum YHRedirectPage: String { enum YHRedirectPage: String {
...@@ -99,7 +100,8 @@ class YHMessageDetailListVC: YHBaseViewController { ...@@ -99,7 +100,8 @@ class YHMessageDetailListVC: YHBaseViewController {
.principalApprovalSuccess ] .principalApprovalSuccess ]
} }
if stage == YHOrderStage.resign.rawValue { if stage == YHOrderStage.resign.rawValue ||
stage == YHOrderStage.permanentResidence.rawValue {
return [.approveResult, return [.approveResult,
.familyInfoConfirm, .familyInfoConfirm,
......
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