修改描述

dev_chengFeng
jiaoyangna 2021-05-13 18:00:35 +08:00
parent 6393a76658
commit efdd57a103
1 changed files with 1 additions and 1 deletions

View File

@ -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