|
@@ -115,7 +115,7 @@ extension ShareCommunityContentView: UICollectionViewDelegateFlowLayout,UICollec
|
|
|
break
|
|
|
case 1:
|
|
|
if image != nil {
|
|
|
- UMManager.shared.shareImage(to: UMSocialPlatformType.wechatSession, viewController: findViewController(), thumbImage: image as Any, shareImage: image as Any) {
|
|
|
+ UMManager.shared.shareImage(to: UMSocialPlatformType.wechatTimeLine, viewController: findViewController(), thumbImage: image as Any, shareImage: image as Any) {
|
|
|
[weak self] in
|
|
|
if let completion = self?.completion {
|
|
|
completion()
|