|
@@ -1122,7 +1122,8 @@ extension PQStuckPointPublicController {
|
|
cHiddenHUB(superView: nil)
|
|
cHiddenHUB(superView: nil)
|
|
if path != nil {
|
|
if path != nil {
|
|
self?.isShared = true
|
|
self?.isShared = true
|
|
- PQSingletoWXApiUtil.shared.share(type: 1, scene: Int32(WXSceneTimeline.rawValue), title: BFLoginUserInfo.shared.isLogin() ? "\(BFLoginUserInfo.shared.nickName)made a music video for you" : "Music Video for U", description: "", imageUrl: self?.videoData?.shareImgPath, path: path, videoId: (self?.videoData?.uniqueId)!, pageSource: self?.videoData?.pageSource ?? .sp_category, shareId: shareId).wxApiUtilHander = { _, _ in
|
|
|
|
|
|
+
|
|
|
|
+ PQSingletoWXApiUtil.shared.share(type: 1, scene: Int32(WXSceneTimeline.rawValue), title: self?.videoData?.title ?? "", description: "", imageUrl: self?.videoData?.shareImgPath, path: path, videoId: (self?.videoData?.uniqueId)!, pageSource: self?.videoData?.pageSource ?? .sp_category, shareId: shareId).wxApiUtilHander = { _, _ in
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
cShowHUB(superView: nil, msg: "网络不佳哦")
|
|
cShowHUB(superView: nil, msg: "网络不佳哦")
|