appHetgh(){
let that=this;
uni.getSystemInfo({
success: function (res) {
that.Width=res.windowWidth;
that.Height=res.windowHeight;
}
});
},
appHetgh(){
let that=this;
uni.getSystemInfo({
success: function (res) {
that.Width=res.windowWidth;
that.Height=res.windowHeight;
}
});
},
本文标题:uni-app 获取手机系统的宽高
本文链接:https://www.haomeiwen.com/subject/btaxnktx.html
网友评论