fix bug
This commit is contained in:
parent
a5029552f9
commit
27e83b355f
@ -14,10 +14,10 @@ local PAGE_BTN_LIGHT = {
|
||||
"act_common_btn_28_1",
|
||||
}
|
||||
local PAGE_BTN_DESC = {
|
||||
"ACT_GOGOGO_DESC_20",
|
||||
"ACT_GOGOGO_DESC_11",
|
||||
"ACT_GOGOGO_DESC_10",
|
||||
"ACT_GOGOGO_DESC_1",
|
||||
"ACT_GOGOGO_DESC_10",
|
||||
"ACT_GOGOGO_DESC_11",
|
||||
"ACT_GOGOGO_DESC_20",
|
||||
}
|
||||
|
||||
function ActMainUI:showCommonBG()
|
||||
|
||||
@ -312,4 +312,7 @@ function ActBaseUI:showHelp(show)
|
||||
self.helpBtn:setActive(show)
|
||||
end
|
||||
|
||||
function ActBaseUI:getCellName(page)
|
||||
end
|
||||
|
||||
return ActBaseUI
|
||||
@ -64,7 +64,7 @@ function ActScoreTaskCompV1:refresh()
|
||||
|
||||
self.rewardDescTx:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_GOGOGO_DESC_12))
|
||||
-- self.banner:setTexture(GConst.ActSprintConst.ACT_MAIN_BANNER[actId])
|
||||
self.txTitle:setText(I18N:getGlobalText(GConst.ActSprintConst.ACT_LIST_NAME[actId]))
|
||||
-- self.txTitle:setText(I18N:getGlobalText(GConst.ActSprintConst.ACT_LIST_NAME[actId]))
|
||||
self.txTitle2:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_GOGOGO_DESC_19))
|
||||
self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_GOGOGO_DESC_9) .. "(" .. (turn >= maxTurn and maxTurn or (turn + 1)) .. "/" .. maxTurn .. ")")
|
||||
self.txTime:setText(Time:formatNumTimeStr(DataManager.ActSprintSummonDataAll:getRemainTime()))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user