google处理

This commit is contained in:
CaiYanPeng 2022-01-13 13:16:45 +08:00
parent bc5e4d14e4
commit 7a7c1ee55c
2 changed files with 1059 additions and 1057 deletions

File diff suppressed because it is too large Load Diff

View File

@ -45,6 +45,8 @@ public class LoginControllerMobile : MonoBehaviour, INativeOnMobileWxLoginResp
#if UNITY_IOS
transform.Find("Panel/LoginContainer/LoginScrollView/Viewport/Content/FormContainer-Login/Mask/FormContainer/otherContainer/Wechat")
.gameObject.SetActive(App.weChatController.IsWeChatAppInstalled());
transform.Find("Panel/LoginContainer/LoginScrollView/Viewport/Content/FormContainer-Login/Mask/FormContainer/otherContainer/Google")
.gameObject.SetActive(false);
#endif
#if UNITY_IOS
UIManager.AddEvent(transform.Find("Panel/LoginContainer/LoginScrollView/Viewport/Content/FormContainer-Login/Mask/FormContainer/otherContainer/Apple").gameObject, UnityEngine.EventSystems.EventTriggerType.PointerClick, b =>