|
|
@@ -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)
|
|
|
{
|