0
点赞
收藏
分享

微信扫一扫

uniapp获取手机屏幕高度

秀妮_5519 2023-02-24 阅读 66


//获取屏幕可视区域高度
onReady() {
uni.getSystemInfo({
success: function (res) {
console.log(res.windowHeight)
}
})
},


举报

相关推荐

0 条评论