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