uni-app 获取手机系统的宽高

2020-12-18  本文已影响0人  安徒生1997

appHetgh(){

    let that=this;

    uni.getSystemInfo({

            success: function (res) {

            that.Width=res.windowWidth;

            that.Height=res.windowHeight;

              }

    });

},

上一篇 下一篇

猜你喜欢

热点阅读