Commit dd361957 authored by liujiangnan's avatar liujiangnan

feat: PRO版没有游客模式

parent 41b6aaec
......@@ -21,6 +21,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
}
cc.find(`Canvas/bg/ui/logo`).active = this.orgId === 507;
cc.find(`Canvas/bg/ui/logolite`).active = this.orgId !== 507;
cc.find('Canvas/bg/ui/tryatry').active = this.orgId !== 507;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment