parent
99dbb67ea4
commit
e9864b4585
|
@ -661,7 +661,7 @@ function this:OnOpen(id, func, ...)
|
||||||
LogError("id========================"..id)
|
LogError("id========================"..id)
|
||||||
if id==1 then
|
if id==1 then
|
||||||
--疯体屏蔽创角奖励界面
|
--疯体屏蔽创角奖励界面
|
||||||
-- UIManager.OpenPanel(UIName.GMEspecially)
|
UIManager.OpenPanel(UIName.GMEspecially)
|
||||||
end
|
end
|
||||||
this.gameObject:GetComponent("Image").raycastTarget = true
|
this.gameObject:GetComponent("Image").raycastTarget = true
|
||||||
local delay = GuideConfig[id].DelayShow
|
local delay = GuideConfig[id].DelayShow
|
||||||
|
|
|
@ -185,7 +185,7 @@ function CreateNamePopup:BindEvent()
|
||||||
if this.options then
|
if this.options then
|
||||||
self:ClosePanel()
|
self:ClosePanel()
|
||||||
StoryManager.StoryJumpType(this.options[1], nil, this.callBackFunc)
|
StoryManager.StoryJumpType(this.options[1], nil, this.callBackFunc)
|
||||||
UIManager.OpenPanel(UIName.GMEspecially)
|
--UIManager.OpenPanel(UIName.GMEspecially)
|
||||||
-- 发送创建角色事件
|
-- 发送创建角色事件
|
||||||
CustomEventManager.SendCustomEvents(FBSDKCustomEventType.CreateCharacter)
|
CustomEventManager.SendCustomEvents(FBSDKCustomEventType.CreateCharacter)
|
||||||
CustomEventManager.SendCustomEvents(FBSDKCustomEventType.RoleLv,1)
|
CustomEventManager.SendCustomEvents(FBSDKCustomEventType.RoleLv,1)
|
||||||
|
|
Loading…
Reference in New Issue