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)