Commit 1d98ad7c authored by Alex朱枝文's avatar Alex朱枝文

续签文书信息确认增加h5跳转

parent 7625d09b
......@@ -249,7 +249,16 @@ extension YHResignDocumentDetailViewController {
printLog("###previewEvent")
}
infoConfirmationEvent = {
infoConfirmationEvent = { [weak self] in
guard let self = self else {
return
}
let vc = YHH5WebViewVC()
vc.navTitle = self.name
// TODO: - Alex等链接下来再赋值
//vc.url = url
vc.isFullScreenFlag = false
self.navigationController?.pushViewController(vc)
printLog("###infoConfirmationEvent")
}
......
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