google处理
This commit is contained in:
parent
bc5e4d14e4
commit
7a7c1ee55c
File diff suppressed because it is too large
Load Diff
@ -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 =>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user