修改描述
parent
6393a76658
commit
efdd57a103
|
@ -116,7 +116,7 @@ end
|
|||
function QianKunBox:refreshMagicNum()
|
||||
local actData = ActivityGiftManager.GetActivityTypeInfo(self.actType)
|
||||
local d = ConfigManager.GetAllConfigsDataByKey(ConfigName.LotterySpecialConfig,"Type",self.singleRecruit.MergePool)
|
||||
self.midDowntips1.text = string.format("召唤%s次必得橙色魂印",d[1].Count-math.floor(actData.value/1000))
|
||||
self.midDowntips1.text = string.format("召唤%s次必得红色魂印",d[1].Count-math.floor(actData.value/1000))
|
||||
self.btnTimes.text = tostring(d[2].Count - actData.value%1000).."次内必得金色魂印"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue