结算显示所有人手牌
parent
1c182f160d
commit
f9615707f2
|
|
@ -575,9 +575,12 @@ end
|
||||||
|
|
||||||
-- 所有对家显示手牌
|
-- 所有对家显示手牌
|
||||||
function M:ShowHand(msg)
|
function M:ShowHand(msg)
|
||||||
|
local data = msg[1]
|
||||||
for _, infoView in pairs(self._player_card_info) do
|
for _, infoView in pairs(self._player_card_info) do
|
||||||
infoView:ShowHand()
|
if infoView.class ~= "PlayerSelfCardInfoView" then
|
||||||
|
local cards = data.info_list[_].hand_card
|
||||||
|
infoView:ShowHand(cards)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue