|
|
|
|
@ -32,6 +32,7 @@ function QianKunBox:InitComponent(gameObject)
|
|
|
|
|
self.bottomBar = Util.GetGameObject(self.mainPanel,"bg/bottomBar")
|
|
|
|
|
--midDown
|
|
|
|
|
self.midDown = Util.GetGameObject(gameObject,"midDown")
|
|
|
|
|
self.midDowntips1 = Util.GetGameObject(self.midDown,"tips/tips1"):GetComponent("Text")
|
|
|
|
|
self.leftUptips1 = Util.GetGameObject(self.midDown,"tips/tips1/times"):GetComponent("Text")
|
|
|
|
|
self.leftUpTime = Util.GetGameObject(self.midDown,"tips/tips2/time"):GetComponent("Text")
|
|
|
|
|
self.btnHelp= Util.GetGameObject(gameObject,"btnHelp")
|
|
|
|
|
@ -217,6 +218,7 @@ function QianKunBox:refreshMagicNum()
|
|
|
|
|
-- LogYellow("ID:"..actData.activityId.." value"..actData.value)
|
|
|
|
|
self.leftUptips1.text = lotterySpecialConfig[20].Count-math.floor(actData.value/1000)
|
|
|
|
|
self.btnTimes.text = tostring(lotterySpecialConfig[21].Count-actData.value%1000).."次内必得金色魂印"
|
|
|
|
|
self.midDowntips1.text = Language[12239]
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
function QianKunBox:OnSortingOrderChange(_sortingOrder)
|
|
|
|
|
|