From e480594e376aed63c994ec941c871900ee4e0b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Sat, 26 Apr 2025 16:50:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=A1=E7=89=8C=E5=8D=97=E5=9F=8E=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=90=8C=E6=AD=A5=E5=85=B6=E4=BB=96=E5=9B=9B=E4=B8=AA?= =?UTF-8?q?=E9=BA=BB=E5=B0=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../extend_project/extend/majiang/fuzhou/EXMainView.lua | 2 +- .../extend_project/extend/majiang/jinxi/EXMainView.lua | 4 ++-- .../extend_project/extend/majiang/lichuan/EXMainView.lua | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lua_probject/extend_project/extend/majiang/fuzhou/EXMainView.lua b/lua_probject/extend_project/extend/majiang/fuzhou/EXMainView.lua index a49147f1..50462183 100644 --- a/lua_probject/extend_project/extend/majiang/fuzhou/EXMainView.lua +++ b/lua_probject/extend_project/extend/majiang/fuzhou/EXMainView.lua @@ -790,7 +790,7 @@ function M:OnFangziAction(...) local index = arg[3] printlog("OnFangziAction") local info = _player_card_info[self:GetPos(player.seat)] - local pNode = info._mask_liangpai + -- local pNode = info._mask_liangpai local effect = UIPackage.CreateObject("Extend_MJ_FuZhou", "FzEffect") if fz.type == FZType.Peng then self:PlaySound("FuZhou_MJ", player.self_user.sex, "peng" .. math.random(1, 3)) diff --git a/lua_probject/extend_project/extend/majiang/jinxi/EXMainView.lua b/lua_probject/extend_project/extend/majiang/jinxi/EXMainView.lua index 76d5641b..c23f904e 100644 --- a/lua_probject/extend_project/extend/majiang/jinxi/EXMainView.lua +++ b/lua_probject/extend_project/extend/majiang/jinxi/EXMainView.lua @@ -382,7 +382,7 @@ function M:EventInit() local player = _room:GetPlayerBySeat(win_seat) if win_seat ~= _room.self_player.seat then url = "ui://Main_Majiang/别人胡" - pNode = info._mask_liangpai + pNode = info._view elseif win_seat == _room.self_player.seat then url = "ui://Main_Majiang/自己胡牌" pNode = self._view @@ -789,7 +789,7 @@ function M:OnFangziAction(...) local index = arg[3] printlog("OnFangziAction") local info = _player_card_info[self:GetPos(player.seat)] - local pNode = info._mask_liangpai + -- local pNode = info._mask_liangpai local effect = UIPackage.CreateObject("Extend_MJ_JinXi", "FzEffect") if fz.type == FZType.Peng then self:PlaySound("JinXi_MJ", player.self_user.sex, "peng" .. math.random(1, 3)) diff --git a/lua_probject/extend_project/extend/majiang/lichuan/EXMainView.lua b/lua_probject/extend_project/extend/majiang/lichuan/EXMainView.lua index 827af139..cb171d3b 100644 --- a/lua_probject/extend_project/extend/majiang/lichuan/EXMainView.lua +++ b/lua_probject/extend_project/extend/majiang/lichuan/EXMainView.lua @@ -788,7 +788,7 @@ function M:OnFangziAction(...) local index = arg[3] printlog("OnFangziAction") local info = _player_card_info[self:GetPos(player.seat)] - local pNode = info._mask_liangpai + -- local pNode = info._mask_liangpai local effect = UIPackage.CreateObject("Extend_MJ_LiChuan", "FzEffect") if fz.type == FZType.Peng then self:PlaySound("LiChuan_MJ", player.self_user.sex, "peng" .. math.random(1, 3))