Commit 717c625d authored by pete谢兆麟's avatar pete谢兆麟

banner 分享 链接无id时 隐藏分享按钮

parent ea97a36c
...@@ -160,6 +160,9 @@ class YHHomeWebViewController: YHBaseViewController, WKUIDelegate, WKNavigationD ...@@ -160,6 +160,9 @@ class YHHomeWebViewController: YHBaseViewController, WKUIDelegate, WKNavigationD
} }
bottomView.isHidden = true bottomView.isHidden = true
webview.frame = CGRect(x: 0, y: statusHeight + navHeight!, width: self.view.frame.width, height: self.view.frame.height - statusHeight - navHeight!) webview.frame = CGRect(x: 0, y: statusHeight + navHeight!, width: self.view.frame.width, height: self.view.frame.height - statusHeight - navHeight!)
if vcTitle != "香港身份测评码" {
gk_navRightBarButtonItems = []
}
} }
if showSavePicBottomFlag { if showSavePicBottomFlag {
......
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