南鑫林 5 anos atrás
pai
commit
b5174685e5

+ 1 - 1
RainbowPlanet/RainbowPlanet/Modules/ShareModules/ShareCommunityModule/ShareCommunityContent/ShareCommunityContentView.swift

@@ -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()