【本地化】八日登陆**问题解决
parent
da0b2d010a
commit
42547ff956
|
@ -182,7 +182,8 @@ function EightDayGiftPanel:SetSingleReward(item,i)
|
|||
if i == curDay+1 then
|
||||
this:SetRemainTime(day,i)
|
||||
else
|
||||
day.text = Language[10262]..NumToSimplenessFont[i]..Language[10017]
|
||||
-- day.text = Language[10262]..NumToSimplenessFont[i]..Language[10017]
|
||||
day.text = string.format(Language[10528],GetLanguageStrById(NumToSimplenessFont[i]))
|
||||
end
|
||||
|
||||
--奖励的Icon
|
||||
|
|
Loading…
Reference in New Issue