Commit 40280bfb authored by limingzhe's avatar limingzhe

feat: 标题隐藏

parent aef3b2be
...@@ -418,6 +418,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -418,6 +418,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
if (middleLayer && middleLayer.isDGTX) { if (middleLayer && middleLayer.isDGTX) {
// 迪格听写中间层,隐藏自己的后退按钮 // 迪格听写中间层,隐藏自己的后退按钮
cc.find("layout_info/btn_return", this.node).active = false; cc.find("layout_info/btn_return", this.node).active = false;
cc.find("layout_info/label_title", this.node).active = false;
} }
} }
} }
......
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