Commit fea35dd4 authored by Steven杜宇's avatar Steven杜宇

Merge branch 'develop' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into develop

parents f434f3f5 900e8da9
...@@ -508,17 +508,13 @@ class YHLivePlayerViewController: YHBasePlayerViewController { ...@@ -508,17 +508,13 @@ class YHLivePlayerViewController: YHBasePlayerViewController {
oldUrl = oldUrl + "?appDeepLink=\(tmpT)" oldUrl = oldUrl + "?appDeepLink=\(tmpT)"
} }
DispatchQueue.main.async {
YHShareAlertView.show(image: liveModel.live_image, title: "@" + liveModel.account, subMessage: liveModel.live_title, linkUrl: oldUrl, isLive: true, fromAiSale: true) YHShareAlertView.show(image: liveModel.live_image, title: "@" + liveModel.account, subMessage: liveModel.live_title, linkUrl: oldUrl, isLive: true, fromAiSale: true)
}
return return
} }
DispatchQueue.main.async {
YHShareAlertView.show(image: liveModel.live_image, title: "@" + liveModel.account, subMessage: liveModel.live_title, linkUrl: liveModel.live_h5_url, isLive: true, fromAiSale: true) YHShareAlertView.show(image: liveModel.live_image, title: "@" + liveModel.account, subMessage: liveModel.live_title, linkUrl: liveModel.live_h5_url, isLive: true, fromAiSale: true)
} }
} }
} }
}
private func showGoods() { private func showGoods() {
let list = viewModel.liveDetailModel?.goods ?? [] let list = viewModel.liveDetailModel?.goods ?? []
......
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