【新将来袭降妖夺宝】

dev_chengFeng
ZhangBiao 2021-06-18 14:47:13 +08:00
parent 21875c589f
commit 6e617123b7
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ function XiangYaoDuoBao:refreshBtnShow()
--下方的数量显示
local curMoneyTimes=PrivilegeManager.GetPrivilegeRemainValue(singleRecruit.MoneyTimes)
self.tip2.text = Language[12130]..curMoneyTimes..Language[10048]
self.canGet.text = Language[12131]..lotterySetting[singleRecruit.Id].DiamondBoxContain[1][2] - ActData.value..Language[12132]
self.canGet.text = Language[12131]..lotterySetting[singleRecruit.Id].DiamondBoxContain[1][2] - math.floor(ActData.value/1000)..Language[12132]
--是否是免费抽
local freeTimesId=singleRecruit.FreeTimes

View File

@ -115,7 +115,7 @@ end
--界面打开或者重新打开后,界面刷新时调用(用于子类重写)
function XinJiangLaiXi:OnShow(_sortingOrder)
self.sortingOrder = _sortingOrder
self.gameObject:SetActive(true)
self.actId = self.actConfig.ActId
self.actType = self.actConfig.ActiveType > 0 and self.actConfig.ActiveType or self.actConfig.FunType
if self.actConfig.IfBack == 1 then