diff --git a/lua_probject/base_project/Game/View/playerDetailView.lua b/lua_probject/base_project/Game/View/playerDetailView.lua index 3cbc74f1..057be53c 100644 --- a/lua_probject/base_project/Game/View/playerDetailView.lua +++ b/lua_probject/base_project/Game/View/playerDetailView.lua @@ -39,7 +39,7 @@ function playerDetailView:Init() self.btn_boom.onClick:Set(function() local _gamectr = ControllerManager.GetController(GameController) - _gamectr:SendInteraction(DataManager.SelfUser.account_id, 1, "") + _gamectr:SendInteraction(DataManager.SelfUser.account_id, self.player.seat, "boom") local mainView = BaseView.FindView("MainView") if mainView then