@@ -61,6 +61,10 @@ export default class TweenCast extends cc.Component {
onLoad() {
if(this.isShowFirstNotice)
{
+ if(!this.rich_text_2)
+ {
+ console.log('sss');
+ }
this.rich_text_2.string = this.getContent();
}else