cull(engine-cleanup): pass-8 phase-2 cascade round 7 after MyPageItemHome stub
This commit is contained in:
@@ -28,21 +28,6 @@ public class NtDataTranslateManager
|
||||
return instance;
|
||||
}
|
||||
|
||||
public string GetSetTranslateInfoUrl()
|
||||
{
|
||||
return string.Format("{0}{1}", TranslateInfo.serverUrl, "netease_data_transaction/set_email_address");
|
||||
}
|
||||
|
||||
public void ShowSuccess()
|
||||
{
|
||||
DialogBase dialogBase = UIManager.GetInstance().CreateDialogClose();
|
||||
dialogBase.SetTitleLabel(TranslateInfo.titleSuccess);
|
||||
dialogBase.SetText(TranslateInfo.containSuccess);
|
||||
dialogBase.SetButtonLayout(DialogBase.ButtonLayout.OkBtn);
|
||||
dialogBase.SetSize(DialogBase.Size.XL);
|
||||
dialogBase.SetButtonText(TranslateInfo.button_id4);
|
||||
}
|
||||
|
||||
public void ShowRejectLogin(Action callback = null)
|
||||
{
|
||||
DialogBase dialogBase = Dialog.Create(330);
|
||||
|
||||
Reference in New Issue
Block a user