Commit 7b69128f authored by David黄金龙's avatar David黄金龙

处理 评测的分享链接

parent accc15c3
......@@ -179,6 +179,11 @@ private extension YHH5WebViewVC {
YHShareManager.shared.shareToMiniProgram(path:path, shareTitle: shareMiniTitle)
}
} else {
var shareUrl = self.url
if shareUrl.contains("superAppBridge/evaluation", caseSensitive: false) {
shareUrl = YHBaseUrlManager.shared.curH5URL() + "superAppBridge/evaluation?channel=APP-share"
}
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