Commit 43d2a99d authored by pete谢兆麟's avatar pete谢兆麟

Merge branch 'develop' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into develop

parents ee38481a fb32be04
......@@ -303,6 +303,13 @@ private extension YHH5WebViewVC {
tUrl = url + "&navigationH=\(k_Height_NavigationtBarAndStatuBar)"
}
}
if !url.contains("statusBarH=") {
tUrl = url + "?statusBarH=\(k_Height_StatusBar)"
if url.contains("?") {
tUrl = url + "&statusBarH=\(k_Height_StatusBar)"
}
}
url = tUrl
printLog("hjl: 当前加载的url是:\(url)")
......
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