This commit is contained in:
puxuan 2025-10-09 17:02:59 +08:00
parent f785c5f2b1
commit 838473cdcb

View File

@ -91,9 +91,6 @@ function IdleDropUI:onLoadRootComplete()
uiMap["idle_drop_ui.bg.desc_tx"]:setText(I18N:getGlobalText(I18N.GlobalConst.CLICK_CLOSE_DESC))
uiMap["idle_drop_ui.bg.bg1.desc_tx"]:setText(I18N:getGlobalText(I18N.GlobalConst.IDLE_DROP_DESC_3))
uiMap["idle_drop_ui.bg.bg1.desc_tx_1"]:setText(I18N:getGlobalText(I18N.GlobalConst.IDLE_DROP_DESC_3))
uiMap["idle_drop_ui.bg.bg1"]:addClickListener(function()
self:closeUI()
end)
self.fightRoot = self.uiMap["idle_drop_ui.bg.fight_root"]