fix:1、修复bug
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user