//获取屏幕可视区域高度
onReady() {
uni.getSystemInfo({
success: function (res) {
console.log(res.windowHeight)
}
})
},
微信扫一扫
//获取屏幕可视区域高度
onReady() {
uni.getSystemInfo({
success: function (res) {
console.log(res.windowHeight)
}
})
},
相关推荐