Commit 9c5b1188 authored by pete谢兆麟's avatar pete谢兆麟

Merge commit 'b6a6cbf4' into xiezhaolin

parents 90c41058 b6a6cbf4
...@@ -109,9 +109,11 @@ extension YHInformationPerfectListVC { ...@@ -109,9 +109,11 @@ extension YHInformationPerfectListVC {
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()
} else { } else {
YHHUD.flash(message: error?.errorMsg ?? "发生错误,请重试") YHHUD.flash(message: error?.errorMsg ?? "发生错误,请重试")
} }
self.loadData()
} }
} }
......
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