From 0c5fdfe921a24173a6b3ed5283be212e06d2d32e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Sat, 27 Sep 2025 17:54:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=98=E5=86=B5=E6=90=9C=E7=B4=A2=E6=97=B6?= =?UTF-8?q?=E4=B8=8D=E6=B8=85=E7=A9=BA=EF=BC=8C=E8=BF=94=E5=9B=9E=E6=98=AF?= =?UTF-8?q?=E6=89=8D=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Game/View/NewGroup/MngView/GroupMngPartnerStatView.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatView.lua b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatView.lua index 323e9edb..7eb19aa2 100644 --- a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatView.lua +++ b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatView.lua @@ -123,7 +123,6 @@ function M:InitView() ViewUtil.ErrorTip(nil, '输入不能为空') return end - self._view:GetChild('tex_id').text = "" qid = tonumber(text) or 0 local fgCtr = ControllerManager.GetController(NewGroupController) fgCtr:FG_GetMemberStat(self.group_id, qid, DataManager.SelfUser.account_id, @@ -154,6 +153,7 @@ function M:InitView() local btn_back = self._view:GetChild('btn_back') btn_back.onClick:Set( function() + self._view:GetChild('tex_id').text = "" ctr_search.selectedIndex = 0 table.sort(self.record_data, function(a, b) return a.round > b.round