可以输入账号

master
罗家炜 2025-10-01 22:29:56 +08:00
parent 3a90f66c32
commit 7db3731fa4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ function M:init(url)
ImageLoad.Load(user.head_url, self._view:GetChild('head_url')) ImageLoad.Load(user.head_url, self._view:GetChild('head_url'))
self._view:GetChild('btn_ok').onClick:Set(function() 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 self._view:GetController('choose').selectedIndex = 2
end) end)