Commit 7017ec48 authored by limingzhe's avatar limingzhe

fix: ebug

parent bb651de9
...@@ -130,7 +130,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -130,7 +130,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
if (Game.getIns().title) { if (Game.getIns().title) {
// cc.find("layout_info/bg_title/title", this.node).getComponent(cc.Label).string = Game.getIns().title; cc.find("layout_info/bg_title/title", this.node).getComponent(cc.Label).string = '汪汪汪';//Game.getIns().title;
} }
} }
......
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