召唤,抽取修改
parent
04511de9f5
commit
bf473b0924
|
@ -1757,7 +1757,7 @@
|
||||||
[11756] = "妖系奖池",
|
[11756] = "妖系奖池",
|
||||||
[11757] = "佛系奖池",
|
[11757] = "佛系奖池",
|
||||||
[11758] = "道系奖池",
|
[11758] = "道系奖池",
|
||||||
[11759] = "免费召唤",
|
[11759] = "免费抽取",
|
||||||
[11760] = "无法超出每日召唤次数上限!",
|
[11760] = "无法超出每日召唤次数上限!",
|
||||||
[11761] = "幸运探宝",
|
[11761] = "幸运探宝",
|
||||||
[11762] = "高级探宝",
|
[11762] = "高级探宝",
|
||||||
|
|
|
@ -181,7 +181,7 @@ function this.UpdatePanelData()
|
||||||
local d=RecruitManager.GetExpendData(m.type)
|
local d=RecruitManager.GetExpendData(m.type)
|
||||||
redPot:SetActive(isFree)
|
redPot:SetActive(isFree)
|
||||||
if isFree then --若1按钮有免费次数 后面逻辑不走了
|
if isFree then --若1按钮有免费次数 后面逻辑不走了
|
||||||
info.text=Language[11759]
|
info.text="免费召唤"
|
||||||
else
|
else
|
||||||
itemId=d[1]
|
itemId=d[1]
|
||||||
itemNum=d[2]
|
itemNum=d[2]
|
||||||
|
|
Loading…
Reference in New Issue