【森罗环境】商店无法拖动修改
parent
a3f8c8aee9
commit
9f64c64712
|
@ -389,9 +389,9 @@ end
|
||||||
-- 试炼商店
|
-- 试炼商店
|
||||||
local trailMapShop = function(showType, eventId, showValues, options)
|
local trailMapShop = function(showType, eventId, showValues, options)
|
||||||
-- 重新获取商店数据
|
-- 重新获取商店数据
|
||||||
ShopManager.RequestAllShopData(function()
|
-- ShopManager.RequestAllShopData(function()
|
||||||
UIManager.OpenPanel(UIName.MapShopPanel, SHOP_TYPE.TRIAL_SHOP, eventId, options)
|
UIManager.OpenPanel(UIName.MapShopPanel, SHOP_TYPE.TRIAL_SHOP)
|
||||||
end)
|
-- end)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- 试炼Boss界面
|
-- 试炼Boss界面
|
||||||
|
@ -449,7 +449,10 @@ local funcList = {
|
||||||
--事件点触发
|
--事件点触发
|
||||||
function this.EventPointTrigger(eventId)
|
function this.EventPointTrigger(eventId)
|
||||||
Game.GlobalEvent:DispatchEvent(GameEvent.Map.RefreshHeroHp,false,nil,false)
|
Game.GlobalEvent:DispatchEvent(GameEvent.Map.RefreshHeroHp,false,nil,false)
|
||||||
|
-- 只有无尽副本需要重新请求行动力
|
||||||
|
if MapManager.curCarbonType == CarBonTypeId.ENDLESS then
|
||||||
PlayerManager.RequestEnergy()
|
PlayerManager.RequestEnergy()
|
||||||
|
end
|
||||||
MyPCall(function ()
|
MyPCall(function ()
|
||||||
Log("EventPointTrigger中得到的事件ID " .. eventId)
|
Log("EventPointTrigger中得到的事件ID " .. eventId)
|
||||||
if eventId == 0 or eventId < 0 then
|
if eventId == 0 or eventId < 0 then
|
||||||
|
|
Loading…
Reference in New Issue