设置界面
This commit is contained in:
parent
58e5bbc33d
commit
08535b5eee
@ -72,9 +72,8 @@ function GameSettingUI:initLoginBtn()
|
||||
end)
|
||||
self.uiMap["game_setting_ui.bg.google_switch_btn.desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.CHANGE_ACCOUNT_DESC))
|
||||
|
||||
local deleteTx = self.uiMap["game_setting_ui.bg.delete_tx"]
|
||||
deleteTx:setText(I18N:getGlobalText(I18N.GlobalConst.DELETE_ACCOUNT_DESC))
|
||||
deleteTx:addClickListener(function()
|
||||
local deleteBtn = self.uiMap["game_setting_ui.bg.delete_btn"]
|
||||
deleteBtn:addClickListener(function()
|
||||
ModuleManager.AccountManager:showDeleteUI()
|
||||
end)
|
||||
self:refreshAccountInfo()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user