From 51156e046b252d8babee7c793b4cba8be924c78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Thu, 10 Apr 2025 16:03:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E7=B2=BE=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../extend_project/extend/majiang/lichuan/EXMainView.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua_probject/extend_project/extend/majiang/lichuan/EXMainView.lua b/lua_probject/extend_project/extend/majiang/lichuan/EXMainView.lua index 54f3ca56..d97a6701 100644 --- a/lua_probject/extend_project/extend/majiang/lichuan/EXMainView.lua +++ b/lua_probject/extend_project/extend/majiang/lichuan/EXMainView.lua @@ -38,7 +38,7 @@ function M:InitView(url) self.Laizi2Btn.visible = true self.bugangnum = self._view:GetChild("bugangnum") - self.jing = self._view:GetChild('jing') + -- self.jing = self._view:GetChild('jing') self:PlayerChangeLineState() @@ -165,7 +165,7 @@ function M:EventInit() -- self:ShowHuTip() self:UpdateRound() self._state.selectedIndex = 1 - self:ShowJing() + -- self:ShowJing() local list = _room.player_list for i = 1, #list do local p = list[i]