This commit is contained in:
kai 2025-10-14 11:13:12 +08:00
parent a5029552f9
commit 27e83b355f
3 changed files with 7 additions and 4 deletions

View File

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

View File

@ -312,4 +312,7 @@ function ActBaseUI:showHelp(show)
self.helpBtn:setActive(show)
end
function ActBaseUI:getCellName(page)
end
return ActBaseUI

View File

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