Fix UI Shader

This commit is contained in:
tym
2025-09-11 15:00:19 +08:00
parent 60f8c15ee3
commit 4ff743ce2b
88 changed files with 6135 additions and 3889 deletions

View File

@@ -485,7 +485,7 @@ namespace MoleMole
_redeemCode = base.view.transform.Find("AccountPanel/Award/InputField/Text").GetComponent<Text>().text;
if (_redeemCode.Length != 10)
{
string networkErrCodeOutput = LocalizationGeneralLogic.GetNetworkErrCodeOutput((object)(Retcode)2);
string networkErrCodeOutput = LocalizationGeneralLogic.GetNetworkErrCodeOutput((object)(GetRedeemCodeInfoRsp.Retcode)2);
Singleton<MainUIManager>.Instance.ShowDialog(new RedeemDialogContext(_redeemCode, RedeemDialogContext.RedeemStatus.Error, null, networkErrCodeOutput));
}
else