fix:1、修复bug
This commit is contained in:
@@ -138,7 +138,7 @@ namespace ChillConnect
|
||||
if (index == 6 && reward.quantity.Length > 1)
|
||||
{
|
||||
btnSign.day.selectedIndex = 1;
|
||||
btnSign.reward_num1.text = GameHelper.Get101Str(reward.quantity[1]);
|
||||
btnSign.reward_num1.text = GameHelper.Get102Str(reward.quantity[1]);
|
||||
setItemUrl(btnSign.loader_icon0, reward.rewards_type[1]);
|
||||
btnSign.x = 300;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user