master
parent
fa249abd24
commit
2198d22e74
|
|
@ -567,21 +567,15 @@ function M:EventInit()
|
||||||
GameEvent.ZPResult1,
|
GameEvent.ZPResult1,
|
||||||
function(...)
|
function(...)
|
||||||
-- self._popEvent = true
|
-- self._popEvent = true
|
||||||
--printlog("ZPResult111ssssssttteessssssttt")
|
|
||||||
|
|
||||||
self._left_time = 0
|
self._left_time = 0
|
||||||
local arg = { ... }
|
local arg = { ... }
|
||||||
local result = arg[1]
|
local result = arg[1]
|
||||||
local liuju = result.liuju
|
local liuju = result.liuju
|
||||||
local data = result.info_list
|
local data = result.info_list
|
||||||
local x = {}
|
local x = {}
|
||||||
--printlog("ZPResult111sssssstttee")
|
|
||||||
self._hu_tip:FillData(x)
|
self._hu_tip:FillData(x)
|
||||||
--printlog("ZPResult111ssss6666")
|
|
||||||
self:__CloseTip()
|
self:__CloseTip()
|
||||||
--printlog("ZPResult111")
|
|
||||||
if self._clearingView == nil then
|
if self._clearingView == nil then
|
||||||
--printlog("ZPResult11122222")
|
|
||||||
if liuju == true then
|
if liuju == true then
|
||||||
self._clearingView = FanPaoFa_ResultView.new(self._view, 1)
|
self._clearingView = FanPaoFa_ResultView.new(self._view, 1)
|
||||||
else
|
else
|
||||||
|
|
@ -592,7 +586,6 @@ function M:EventInit()
|
||||||
function()
|
function()
|
||||||
coroutine.wait(0.5)
|
coroutine.wait(0.5)
|
||||||
-- if self._clearingView._is_destroy then return end
|
-- if self._clearingView._is_destroy then return end
|
||||||
--printlog("ZPResult111qqqqqq")
|
|
||||||
self._clearingView:Show()
|
self._clearingView:Show()
|
||||||
if _room.curren_round ~= _room.room_config.round then
|
if _room.curren_round ~= _room.room_config.round then
|
||||||
for i = 1, #data do
|
for i = 1, #data do
|
||||||
|
|
@ -607,7 +600,6 @@ function M:EventInit()
|
||||||
card_info:Clear()
|
card_info:Clear()
|
||||||
info:UpdateScore()
|
info:UpdateScore()
|
||||||
end
|
end
|
||||||
--printlog("ZPResult111sdddddd")
|
|
||||||
local list = _room.player_list
|
local list = _room.player_list
|
||||||
for i = 1, #list do
|
for i = 1, #list do
|
||||||
local p = list[i]
|
local p = list[i]
|
||||||
|
|
@ -646,6 +638,7 @@ function M:EventInit()
|
||||||
GameEvent.ZPResult2,
|
GameEvent.ZPResult2,
|
||||||
function(...)
|
function(...)
|
||||||
-- self._popEvent = true
|
-- self._popEvent = true
|
||||||
|
print("结算监听======22222222222222222")
|
||||||
self._left_time = 0
|
self._left_time = 0
|
||||||
local arg = { ... }
|
local arg = { ... }
|
||||||
local total_result = arg[2]
|
local total_result = arg[2]
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"doc.openedDocs": [
|
"doc.openedDocs": [
|
||||||
"ui://lkq9ne9speuq8b",
|
"ui://lkq9ne9speuq8b",
|
||||||
"ui://lkq9ne9speuq5a",
|
"ui://lkq9ne9speuq5a",
|
||||||
|
"ui://lkq9ne9speuq5b",
|
||||||
"ui://lkq9ne9speuq6e",
|
"ui://lkq9ne9speuq6e",
|
||||||
"ui://lkq9ne9speuq6r",
|
"ui://lkq9ne9speuq6r",
|
||||||
"ui://1utjt0r2ufu92i",
|
"ui://1utjt0r2ufu92i",
|
||||||
|
|
@ -17,7 +18,7 @@
|
||||||
"test.device": "720p Phone",
|
"test.device": "720p Phone",
|
||||||
"canvasColor": 10066329,
|
"canvasColor": 10066329,
|
||||||
"auxline2": true,
|
"auxline2": true,
|
||||||
"doc.activeDoc": "ui://lkq9ne9speuq9n",
|
"doc.activeDoc": "ui://lkq9ne9speuq5b",
|
||||||
"libview.twoColumn": false,
|
"libview.twoColumn": false,
|
||||||
"libview.expandedNodes": [
|
"libview.expandedNodes": [
|
||||||
"27vd145b",
|
"27vd145b",
|
||||||
|
|
@ -79,6 +80,8 @@
|
||||||
"lkq9ne9s",
|
"lkq9ne9s",
|
||||||
"/component/chi_peng_effect/",
|
"/component/chi_peng_effect/",
|
||||||
"lkq9ne9s",
|
"lkq9ne9s",
|
||||||
|
"/component/effect/",
|
||||||
|
"lkq9ne9s",
|
||||||
"/component/game/",
|
"/component/game/",
|
||||||
"lkq9ne9s",
|
"lkq9ne9s",
|
||||||
"/component/option/",
|
"/component/option/",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue