组件生命周期 及 对应的函数
相关博客:https://blog.csdn.net/weixin_71403100/article/details/136238022
自定义组件的生命周期,官方文档:https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V2/arkts-custom-component-lifecycle-0000001482395076-V2
注意
需要注意的是,部分生命周期回调函数仅对@Entry装饰的自定义组件生效,它们分别是:onPageShow、onPageHide、onBackPress。