Commit 628ec225 authored by liujiangnan's avatar liujiangnan

feat

parent f5f61922
...@@ -101,7 +101,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -101,7 +101,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
initView() { initView() {
this.btn_back.active = true; this.btn_back.active = true;
cc.find(`title`, this.btn_back).getComponent(cc.Label).string = this.data.title || " "; cc.find(`title`, this.btn_back).getComponent(cc.Label).string = this.data.title || " ";
// this.nextPage(); this.nextPage();
} }
onEnable() { onEnable() {
this.randomPopo(); this.randomPopo();
......
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