关闭指引后gm界面
parent
3d36aaf1ee
commit
d17e9278dc
|
@ -278,5 +278,5 @@ MonoBehaviour:
|
||||||
isUpdate: 0
|
isUpdate: 0
|
||||||
isSDK: 0
|
isSDK: 0
|
||||||
isSDKLogin: 0
|
isSDKLogin: 0
|
||||||
isGuide: 0
|
isGuide: 1
|
||||||
isOpenGM: 1
|
isOpenGM: 1
|
||||||
|
|
|
@ -655,7 +655,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
|
||||||
|
|
Loading…
Reference in New Issue