Commit e4031e59 authored by pete谢兆麟's avatar pete谢兆麟

小逻辑修改

parent 419bb1a6
......@@ -181,7 +181,7 @@ private extension YHH5WebViewVC {
} else {
var shareUrl = self.url
if shareUrl.contains("superAppBridge/evaluation", caseSensitive: false) {
if shareUrl.contains("superAppBridge.html#/evaluation", caseSensitive: false) {
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)
......
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