Commit 09b94ff7 authored by David黄金龙's avatar David黄金龙

处理一处跳转的问题

parent febc1f9b
...@@ -234,6 +234,11 @@ private extension YHServiceCenterSecondViewController { ...@@ -234,6 +234,11 @@ private extension YHServiceCenterSecondViewController {
serviceCenterMainReqVM.submitSweetNotifyOp(params: params as [String : Any]) { success, error in serviceCenterMainReqVM.submitSweetNotifyOp(params: params as [String : Any]) { success, error in
if success == true { if success == true {
YHInformationFillTipsAlertView.hideCheckView() YHInformationFillTipsAlertView.hideCheckView()
self.loadData2()
let vc = YHInformationPerfectListVC()
vc.orderId = self.orderId
self.navigationController?.pushViewController(vc)
} else { } else {
YHHUD.flash(message: error?.errorMsg ?? "发生错误,请重试") YHHUD.flash(message: error?.errorMsg ?? "发生错误,请重试")
} }
......
...@@ -119,7 +119,5 @@ private extension YHCertificateEntryHeadView { ...@@ -119,7 +119,5 @@ private extension YHCertificateEntryHeadView {
let e: ASAttributedString = .init("件", .font(UIFont.PFSC_R(ofSize: 13)),.foreground(UIColor.mainTextColor)) let e: ASAttributedString = .init("件", .font(UIFont.PFSC_R(ofSize: 13)),.foreground(UIColor.mainTextColor))
statiticLable.attributed.text = a + aa + b + bb + c + cc + d + dd + e statiticLable.attributed.text = a + aa + b + bb + c + cc + d + dd + e
} }
} }
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