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

字段修改

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