a面提交

This commit is contained in:
2026-06-01 14:48:38 +08:00
parent 9b2b69dac2
commit a616b21475
5 changed files with 171 additions and 27 deletions
@@ -273,8 +273,9 @@ namespace ChillConnect
{
if (!GameHelper.IsGiftSwitch())
{
list = list.GetRange(0, 2);
list[1].Payment_amount = 1;
ConfigSystem.GetConfig<PaidcoinsModel>().DataList = ConfigSystem.GetConfig<PaidcoinsModel>().DataList.GetRange(0, 2);
ConfigSystem.GetConfig<PaidcoinsModel>().DataList[1].Payment_amount = 1;
list=ConfigSystem.GetConfig<PaidcoinsModel>().DataList;
}
ui.gold_list.itemRenderer = setRemaintime;
ui.gold_list.numItems = list.Count > 6 ? 6 : list.Count;
@@ -342,7 +343,7 @@ namespace ChillConnect
if (myAds >= needAds)
{
item.btn_buy.can_buy.selectedIndex = 0;
// item.btn_buy.btn_text.text = needAds + "ADs";
// item.btn_buy.btn_text.text = needAds + "ADs";
item.btn_buy.btn_text.text = "Claim";
}
else