组件中如何先执行父类的 onLoad

A组件继承B组件,想要先执行 B 的 onLoad

if(super.onload){
super.onload();
}