This commit is contained in:
CaiYanPeng 2021-10-15 09:54:23 +08:00
parent dd4157cbc2
commit f731494396

View File

@ -887,9 +887,10 @@ public class LoginController : BaseScene
userResult = data; userResult = data;
App.CurrentUser = data; App.CurrentUser = data;
} }
#if UNITY_ANDROID || UNITY_IOS
void MobileAni(bool flag) void MobileAni(bool flag)
{ {
#if UNITY_ANDROID || UNITY_IOS
if (flag) if (flag)
{ {
//顯示pf //顯示pf
@ -905,9 +906,9 @@ public class LoginController : BaseScene
LoginBg.GetComponent<RectTransform>().DOSizeDelta(new Vector2(354, 370), .3f); LoginBg.GetComponent<RectTransform>().DOSizeDelta(new Vector2(354, 370), .3f);
LoginBg.GetComponent<RectTransform>().DOLocalMoveY(0, .3f); LoginBg.GetComponent<RectTransform>().DOLocalMoveY(0, .3f);
} }
#endif
} }
#endif
/// <summary> /// <summary>
/// 去最后一页准备进入主场景 /// 去最后一页准备进入主场景
/// </summary> /// </summary>