上一个页面没有顶部导航栏,用组件 uni-nav-bar 作为替代。进入下级页面,有顶部导航栏的情况下,在页面 onReady 的时候调用 uni.getSystemInfo, 使用 HBuilderX 4.36 运行到鸿蒙真机基座,打印一下系统相关的信息
uni.getSystemInfo({
success: (res) => {
console.log(`systeminfo: ${JSON.stringify(res)}`)
}
}
使用 uni.getWindowInfo() 也是一样的
1 个回复
DCloud_UNI_yuhe
感谢反馈,确认 onready 中执行 getWindowInfo 有问题