Commit bd7f47bc authored by David黄金龙's avatar David黄金龙

字段修改

parent 4832ca0e
...@@ -148,7 +148,7 @@ extension YHHomeHoldViewPageViewController { ...@@ -148,7 +148,7 @@ extension YHHomeHoldViewPageViewController {
return return
} }
// model.type = 1 //for test hjl model.type = 1 //for test hjl
if model.type == 1 { if model.type == 1 {
//正式弹窗 //正式弹窗
...@@ -169,12 +169,12 @@ extension YHHomeHoldViewPageViewController { ...@@ -169,12 +169,12 @@ extension YHHomeHoldViewPageViewController {
view.show() view.show()
view.block = { tag in view.block = { tag in
DispatchQueue.main.async { // DispatchQueue.main.async {
// self.postAlertStatus(6) //// self.postAlertStatus(6)
self.princleVM.postAlertStatus(6) { success, error in // self.princleVM.postAlertStatus(6) { success, error in
//
} // }
} // }
if tag == 0 { if tag == 0 {
//跳转 正式批结果页面 //跳转 正式批结果页面
...@@ -185,14 +185,16 @@ extension YHHomeHoldViewPageViewController { ...@@ -185,14 +185,16 @@ extension YHHomeHoldViewPageViewController {
} }
} }
} else if model.type == 2 { } else if model.type == 2 {
self.princleVM.postAlertStatus(14) { success, error in
}
//原则批弹窗 //原则批弹窗
let view = YHPrincipleApprovedAlertView.alertView() let view = YHPrincipleApprovedAlertView.alertView()
view.lookBlock = { view.lookBlock = {
if let orderID = UserDefaults.standard.value(forKey: "orderIdForPreview") as? Int { if let orderID = UserDefaults.standard.value(forKey: "orderIdForPreview") as? Int {
self.princleVM.postAlertStatus(14) { success, error in
}
let vc = YHPrincipleApprovedWaitSubmitVC() let vc = YHPrincipleApprovedWaitSubmitVC()
vc.orderId = orderID vc.orderId = orderID
......
...@@ -79,15 +79,14 @@ extension YHPrincleViewModel { ...@@ -79,15 +79,14 @@ extension YHPrincleViewModel {
var params: [String : Any] = [:] var params: [String : Any] = [:]
if type == 14 { if type == 14 {
//IdentifyPrincipleApprovalCongratulation = 14 // 原则批获批祝贺弹窗 //identify = 14 // 原则批获批祝贺弹窗
params = ["IdentifyPrincipleApprovalCongratulation":14] params = ["identify":14]
} else if type == 6 { } else if type == 6 {
//IdentifyApprovalCongratulation = 6 // 赴港获批祝贺弹窗 - 正式批 //identify = 6 // 赴港获批祝贺弹窗 - 正式批
params = ["IdentifyApprovalCongratulation":6] params = ["identify":6]
} else if type == 2 { } else if type == 2 {
//IdentifyGetHKAcceptOperateGuid = 2 // 香港身份获批操作指引 //identify = 2 // 香港身份获批操作指引
params = ["IdentifyGetHKAcceptOperateGuid":2] params = ["identify":2]
} else { } else {
return return
} }
......
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