uni-app 获取手机系统的宽高
2020-12-18 本文已影响0人
安徒生1997
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;
}
});
},