From 7db3731fa4c2b38aa79fc7f784a179e45f765411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Wed, 1 Oct 2025 22:29:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E8=BE=93=E5=85=A5=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/base_project/Game/View/Lobby/SelectAcc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua_probject/base_project/Game/View/Lobby/SelectAcc.lua b/lua_probject/base_project/Game/View/Lobby/SelectAcc.lua index e8dad37a..ec34075c 100644 --- a/lua_probject/base_project/Game/View/Lobby/SelectAcc.lua +++ b/lua_probject/base_project/Game/View/Lobby/SelectAcc.lua @@ -25,7 +25,7 @@ function M:init(url) ImageLoad.Load(user.head_url, self._view:GetChild('head_url')) self._view:GetChild('btn_ok').onClick:Set(function() - self._view:GetChild('tex_phone').text = user.account_id + self._view:GetChild('tex_phone').touchable = true self._view:GetController('choose').selectedIndex = 2 end)