Commit 9c954a22 authored by Alex朱枝文's avatar Alex朱枝文

根据测试要求弹出框提示调整

parent caebc3c6
...@@ -201,7 +201,7 @@ extension YHResignDocumentDetailViewController { ...@@ -201,7 +201,7 @@ extension YHResignDocumentDetailViewController {
return return
} }
// 产品说增加二次弹窗确认 // 产品说增加二次弹窗确认
YHCommonAlertView.show("确认提交?", "", "取消", "确认", fullGuestureEnable: false) { YHCommonAlertView.show("", "确认提交?", "取消", "确认", fullGuestureEnable: false) {
} callBack: { [weak self] in } callBack: { [weak self] in
guard let self = self else { guard let self = self 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