Commit 419bb1a6 authored by pete谢兆麟's avatar pete谢兆麟

分享链接替换

parent a1d06ae9
...@@ -182,7 +182,7 @@ private extension YHH5WebViewVC { ...@@ -182,7 +182,7 @@ private extension YHH5WebViewVC {
var shareUrl = self.url var shareUrl = self.url
if shareUrl.contains("superAppBridge/evaluation", caseSensitive: false) { if shareUrl.contains("superAppBridge/evaluation", caseSensitive: false) {
shareUrl = YHBaseUrlManager.shared.curH5URL() + "superAppBridge/evaluation?channel=APP-share" shareUrl = YHBaseUrlManager.shared.curH5URL() + "superAppBridge.html#/evaluation?channel=APP-share&customer_id=\(YHLoginManager.shared.userModel?.id ?? "")"
} }
YHShareManager.shared.sendLinkContent(self.shareH5Title, self.shareH5Describe, UIImage(named: "AppIcon") ?? UIImage(), link: self.url) YHShareManager.shared.sendLinkContent(self.shareH5Title, self.shareH5Describe, UIImage(named: "AppIcon") ?? UIImage(), link: self.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