a面提交
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user