Commit 9f4832ae authored by David黄金龙's avatar David黄金龙

修改变量名称

parent 3b6a4044
...@@ -128,7 +128,7 @@ private extension YHStatusAdvantageVC { ...@@ -128,7 +128,7 @@ private extension YHStatusAdvantageVC {
//跳转测评页 //跳转测评页
let vc = YHH5WebViewVC() let vc = YHH5WebViewVC()
vc.url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge/evaluation?from=app" vc.url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge/evaluation?from=app"
vc.isRightShareItemShareFlag = true vc.isShowRightShareItemFlag = true
self.navigationController?.pushViewController(vc) self.navigationController?.pushViewController(vc)
} else if tag == 1 { } else if tag == 1 {
if self.isQrInfoOk { if self.isQrInfoOk {
......
...@@ -68,7 +68,7 @@ extension YHEvaluationView { ...@@ -68,7 +68,7 @@ extension YHEvaluationView {
//跳转测评页 //跳转测评页
let vc = YHH5WebViewVC() let vc = YHH5WebViewVC()
vc.url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge/evaluation?from=app" vc.url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge/evaluation?from=app"
vc.isRightShareItemShareFlag = true vc.isShowRightShareItemFlag = true
parentViewController?.navigationController?.pushViewController(vc) parentViewController?.navigationController?.pushViewController(vc)
} }
......
...@@ -93,7 +93,7 @@ class YHServiceCenterMainViewController: YHBaseViewController { ...@@ -93,7 +93,7 @@ class YHServiceCenterMainViewController: YHBaseViewController {
//跳转测评页 //跳转测评页
let vc = YHH5WebViewVC() let vc = YHH5WebViewVC()
vc.url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge/evaluation?from=app" vc.url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge/evaluation?from=app"
vc.isRightShareItemShareFlag = true vc.isShowRightShareItemFlag = true
self?.navigationController?.pushViewController(vc) self?.navigationController?.pushViewController(vc)
} }
noDataView.clickShowBtnClickBlock = { noDataView.clickShowBtnClickBlock = {
......
...@@ -40,7 +40,7 @@ class YHH5WebViewVC: YHBaseViewController, WKUIDelegate, WKNavigationDelegate { ...@@ -40,7 +40,7 @@ class YHH5WebViewVC: YHBaseViewController, WKUIDelegate, WKNavigationDelegate {
} }
//右上角分享按钮 //右上角分享按钮
var isRightShareItemShareFlag : Bool = false var isShowRightShareItemFlag : Bool = false
//底部分享view //底部分享view
var isWithBottomViewFlag : Bool = false var isWithBottomViewFlag : Bool = false
...@@ -215,7 +215,7 @@ extension YHH5WebViewVC { ...@@ -215,7 +215,7 @@ extension YHH5WebViewVC {
} }
func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) { func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) {
if isRightShareItemShareFlag { if isShowRightShareItemFlag {
addRightItems() addRightItems()
} }
} }
......
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