获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 开发文档内容错误
https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/PerformanceEntry.html 指标名称: name 合法值 downloadPackage代码包下载耗时。(entryType: loadPackage) 其中 entryType: loadPackage 在 entryType 的合法值 的描述中并无此项 合法的entryType 只有 navigation 路由 render 渲染 script 脚本 这三种 , 实际demo测试也获取不到 downloadPackage 性能数据
2023-12-01 - 组件所在页面的生命周期 即pageLifetimes 中 ,如何知道page 已经 onReady?
目前 Component 的 pageLifetimes 中 ,只有 show, hide, resize, 现在我想 知道 当前组件所在的页面 onReady 状态 , 要怎么才能监听的到?
2021-07-01