fix:1、修复bug
This commit is contained in:
@@ -302,7 +302,7 @@ namespace ChillConnect
|
||||
SaveData.GetSaveObject().PettyDataLimit = day;
|
||||
}
|
||||
|
||||
if (!IsPettyDataExpired())
|
||||
if (IsPettyDataExpired())
|
||||
{
|
||||
ui.com_detail.btn_redeem.visible = true;
|
||||
ui.com_detail.btn_redeem.SetClick(() =>
|
||||
|
||||
Reference in New Issue
Block a user