From 005851284980a2b7fc43b66e7cfd858f47587d25 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, 16 May 2025 18:08:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=8A=A0=E6=B3=A8=E4=BC=A0?= =?UTF-8?q?=E8=BE=93=E5=88=86=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base_project/Game/View/Family/FamilyNumberRecord.lua | 6 ++++-- .../extend/poker2/suoha/ExPlayerSelfPokerInfoView.lua | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lua_probject/base_project/Game/View/Family/FamilyNumberRecord.lua b/lua_probject/base_project/Game/View/Family/FamilyNumberRecord.lua index 2a2583cc..9b82219a 100644 --- a/lua_probject/base_project/Game/View/Family/FamilyNumberRecord.lua +++ b/lua_probject/base_project/Game/View/Family/FamilyNumberRecord.lua @@ -27,6 +27,8 @@ function FamilyNumberRecord.New(root) self._input_IDSerach = self._view:GetChild('input_numberID') + print("lingmengplayList", #playList) + pt(playList) comp_gameTypeList:SetVirtual() comp_gameTypeList.itemRenderer = function(index, obj) obj.title = playList[index + 1].game_name @@ -54,7 +56,7 @@ function FamilyNumberRecord.New(root) self:OnClickSortType(context) end) comp_gameTypeList.onClickItem:Set(function(context) - self:OnClickSortType(self._group.id, context.data.pid) + self:OnClickSortType(self._group.id, context.data.data.pid) end) return self @@ -64,7 +66,7 @@ function M:OnClickSortType(groupId, pid) print("lingmengOnClickSortType") local fgCtr = ControllerManager.GetController(NewGroupController) fgCtr:FG_GetGroupRecord(groupId, GetPlatform(), pid, 0, 100, function(res) - + pt(res) end) end diff --git a/lua_probject/extend_project/extend/poker2/suoha/ExPlayerSelfPokerInfoView.lua b/lua_probject/extend_project/extend/poker2/suoha/ExPlayerSelfPokerInfoView.lua index 7555e892..f35be004 100644 --- a/lua_probject/extend_project/extend/poker2/suoha/ExPlayerSelfPokerInfoView.lua +++ b/lua_probject/extend_project/extend/poker2/suoha/ExPlayerSelfPokerInfoView.lua @@ -70,7 +70,7 @@ function M:OnClickTips(context) local button = context.data.data local id = button.id local _data = {} - if id == TipID.xia then + if id == TipID.xia or id == TipID.jia then local score = button.data _data["id"] = id _data["betScore"] = tonumber(score)