fix:1、修复bug

This commit is contained in:
2026-07-15 16:02:48 +08:00
parent 2934687ce0
commit 4eaffe377e
10 changed files with 23 additions and 14 deletions
+3 -1
View File
@@ -538,7 +538,7 @@ namespace RedHotRoast
{
if (DataMgr.IsUnlockSecret.Value == 0)
{
UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.UnlockTipsUI_Open, 1);
// UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.UnlockTipsUI_Open, 1);
}
else
{
@@ -605,6 +605,8 @@ namespace RedHotRoast
UpdataAvatar();
InitBtn();
ui.btn_task.SetClick(() => { OnClickTask(false); });
ui.btn_restore.visible = false;
ui.btn_restore.SetClick(() =>
{
IAPPayManager.Instance.OnRestoreButtonClicked();