Эх сурвалжийг харах

国内外服区分找回方式

lvjincheng 3 жил өмнө
parent
commit
0fa055c61d

BIN
Assets/BowArrow/Textures/Home/BG_None.png


+ 1 - 0
Assets/BowArrow/Views/LoginScene/RetrievePasswordView/RetrievePasswordView.cs

@@ -49,6 +49,7 @@ public class RetrievePasswordView : MonoBehaviour, MenuBackInterface
         var btnByPhone = _retrieveValidate.Find("BtnByPhone").GetComponent<Button>();
         btnByEmail.onClick.AddListener(() => OnClick_RetrieveValidateType(RetrieveValidateType.Email));
         btnByPhone.onClick.AddListener(() => OnClick_RetrieveValidateType(RetrieveValidateType.Phone));
+        btnByPhone.gameObject.SetActive(CommonConfig.serverIndex == 0);
     }
     void OnClick_RetrieveValidateType(RetrieveValidateType retrieveValidateType)
     {