hexiaojie 1 year ago
parent
commit
49918ec14a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      GameClient/Assets/Game/HotUpdate/Views/Share/ShareView.cs

+ 2 - 0
GameClient/Assets/Game/HotUpdate/Views/Share/ShareView.cs

@@ -83,7 +83,9 @@ namespace GFGGame
         private void BtnOnClickShareQQPlatform()
         {
             ShareDataManager.Instance.CaptureCameraToImage(false);
+#if UNITY_ANDROID
             ShareSDKFun(PlatformType.QQPlatform);
+#endif
         }
         private void BtnOnClickShareDouYin()
         {