Commit b63066ca authored by David黄金龙's avatar David黄金龙

修改分享链接

parent e4dc5a23
......@@ -127,7 +127,7 @@ private extension YHStatusAdvantageVC {
if tag == 0 {
//跳转测评页
let vc = YHH5WebViewVC()
vc.url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge/evaluation?from=app"
vc.url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge/evaluation?channel=APP-zrll"
vc.isShowRightShareItemFlag = true
self.navigationController?.pushViewController(vc)
} else if tag == 1 {
......
......@@ -67,7 +67,7 @@ extension YHEvaluationView {
@objc func tapButton(gestureRecognizer:UITapGestureRecognizer) {
//跳转测评页
let vc = YHH5WebViewVC()
vc.url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge/evaluation?from=app"
vc.url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge/evaluation?channel=APP-zrll"
vc.isShowRightShareItemFlag = true
parentViewController?.navigationController?.pushViewController(vc)
}
......
......@@ -92,7 +92,7 @@ class YHServiceCenterMainViewController: YHBaseViewController {
//跳转测评页
let vc = YHH5WebViewVC()
vc.url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge/evaluation?from=app"
vc.url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge/evaluation?channel=APP-zrll"
vc.isShowRightShareItemFlag = true
self?.navigationController?.pushViewController(vc)
}
......
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