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