浏览代码

分享朋友圈标题使用最新内容

jsonwang 3 年之前
父节点
当前提交
ce4a9bd20d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      BFFramework/Classes/Stuckpoint/Controller/PQStuckPointPublicController.swift

+ 2 - 1
BFFramework/Classes/Stuckpoint/Controller/PQStuckPointPublicController.swift

@@ -1122,7 +1122,8 @@ extension PQStuckPointPublicController {
                 cHiddenHUB(superView: nil)
                 if path != nil {
                     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 {
                     cShowHUB(superView: nil, msg: "网络不佳哦")