From bd517f27430654647e8f74ef122b6a5cafbcbe57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Fri, 25 Apr 2025 17:59:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=8F=96=E6=B6=88=E6=96=B0?= =?UTF-8?q?=E6=A1=8C=E9=9D=A2=E6=98=BE=E7=A4=BA=EF=BC=8C=E8=AF=95=E6=8B=8D?= =?UTF-8?q?=E8=B7=91=E5=BE=97=E5=BF=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/base_project/Game/View/MainView.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua_probject/base_project/Game/View/MainView.lua b/lua_probject/base_project/Game/View/MainView.lua index 9e62f701..d18de0c5 100644 --- a/lua_probject/base_project/Game/View/MainView.lua +++ b/lua_probject/base_project/Game/View/MainView.lua @@ -389,9 +389,9 @@ function M:InitView(url, isHideIpAdds) end end--]] -------------------------lingmeng--------------------------- - _view:GetChild('text_roomId').text = string.format("房间:%s", self._room.room_id) - local text_time = _view:GetChild('text_time') - local ProgressBar_battery = _view:GetChild('ProgressBar_jiangxi') + -- _view:GetChild('text_roomId').text = string.format("房间:%s", self._room.room_id) + -- local text_time = _view:GetChild('text_time') + -- local ProgressBar_battery = _view:GetChild('ProgressBar_jiangxi') ------------------------------------------------------------ end