Commit ebafde2a authored by DavidHuang's avatar DavidHuang

支持 点播分享 跳转app对应界面

parent fe1ce698
...@@ -187,12 +187,12 @@ class YHVODPlayerViewController: YHBasePlayerViewController { ...@@ -187,12 +187,12 @@ class YHVODPlayerViewController: YHBasePlayerViewController {
} }
DispatchQueue.main.async { DispatchQueue.main.async {
YHShareAlertView.show(image: recordedDetailModel.recorded_image, title: "@" + recordedDetailModel.account, subMessage: recordedDetailModel.recorded_title, linkUrl: oldUrl, isLive: false, fromAiSale: true) YHShareAlertView.show(image: recordedDetailModel.recorded_image, title: "@" + recordedDetailModel.account, subMessage: recordedDetailModel.recorded_title, linkUrl: oldUrl, isLive: false, fromAiSale: false)
} }
return return
} }
DispatchQueue.main.async { DispatchQueue.main.async {
YHShareAlertView.show(image: recordedDetailModel.recorded_image, title: "@" + recordedDetailModel.account, subMessage: recordedDetailModel.recorded_title, linkUrl: recordedDetailModel.recorded_h5_url, isLive: false, fromAiSale: true) YHShareAlertView.show(image: recordedDetailModel.recorded_image, title: "@" + recordedDetailModel.account, subMessage: recordedDetailModel.recorded_title, linkUrl: recordedDetailModel.recorded_h5_url, isLive: false, fromAiSale: false)
} }
} }
} }
......
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