扔番茄

master
DESKTOP-7R8JEQQ\k 2025-07-20 06:45:30 +08:00
parent 12c663c183
commit 2e256e43b8
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ function playerDetailView:Init()
self.btn_boom.onClick:Set(function() self.btn_boom.onClick:Set(function()
local _gamectr = ControllerManager.GetController(GameController) 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") local mainView = BaseView.FindView("MainView")
if mainView then if mainView then