添加文字

dev_chengFeng
zhangqiang 2020-07-17 20:06:48 +08:00
parent 57981fc393
commit 480e810478
3 changed files with 4 additions and 0 deletions

View File

@ -2237,4 +2237,5 @@
[12236] = "出售装备",
[12237] = "1星",
[12238] = "没有得到equipData",
[12239] = "召唤 次必得红色魂印",
}

View File

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

View File

@ -2236,3 +2236,4 @@
12236,出售装备
12237,1星
12238,没有得到equipData
12239,уы╩╫ ╢н╠ь╣ц╨Ли╚╩Йс║

1 10001 没有ActivityTypeDef为%s任务Id为%s的数据
2236 12236 出售装备
2237 12237 1星
2238 12238 没有得到equipData
2239 12239 召唤 次必得红色魂印