Quantcast
Channel: Cocos中文社区 - 最新主题
Viewing all articles
Browse latest Browse all 88737

在 onLoad 的时候获取并设置label组件的string 为什么不会生效啊?

$
0
0

@enter334714 写道:

在 onLoad 的时候获取并设置label组件的string 为什么不会生效啊? 出来的还是编辑器设置的默认值

onLoad: function () {
this.titleLabel = cc.find('titleLabel', this.node);
//this.node.getChildByName("titleLabel");
//cc.find("Canvas/payCtrl/titleLabel")
//this.node.getComponent(cc.Label)
//this.node.getChildByName("titleLabel");
//cc.find("titleLabel");
// this.node.getComponent(cc.Label);
//this.titleLabel.string="112223";
cc.log("this.titleLabel:",this.titleLabel,this.titleLabel.string);
this.titleLabel.string = "123455555";
cc.log("this.titleLabel:",this.titleLabel,this.titleLabel.string);
},

帖子: 3

参与者: 1

阅读整个主题


Viewing all articles
Browse latest Browse all 88737

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>