同步修改

master
罗家炜 2025-05-09 15:25:02 +08:00
parent dce351f969
commit ec2bcbc987
2 changed files with 4 additions and 1 deletions

View File

@ -268,6 +268,8 @@ function M:EventInit()
_gamectr:AddEventListener(TX_GameEvent.SendCards, function(...) _gamectr:AddEventListener(TX_GameEvent.SendCards, function(...)
-- self:ShowHuTip() -- self:ShowHuTip()
--测试用记录出牌权次数
self._viewText_testName.text = 0
self:UpdateRound() self:UpdateRound()
self._state.selectedIndex = 1 self._state.selectedIndex = 1
self:ShowJing() self:ShowJing()

View File

@ -327,9 +327,10 @@ end
function M:Clear() function M:Clear()
MJPlayerCardInfoView.Clear(self) MJPlayerCardInfoView.Clear(self)
-- self._view_FZTips:RemoveChildren(0, -1, true) self._view_FZTips:RemoveChildren(0, -1, true)
self._ctr_seletedGet.selectedIndex = 1 self._ctr_seletedGet.selectedIndex = 1
self._ctr_tip.selectedIndex = 0
end end
return M return M