微信小程序获取手机分辨率高度

getPhoneInfo:function(){
    this.setData({
      phoneHeight: 750 / wx.getSystemInfoSync().windowWidth * wx.getSystemInfoSync().windowHeight
    })
  }
发布了27 篇原创文章 · 获赞 7 · 访问量 3518

猜你喜欢

转载自blog.csdn.net/qq_33966519/article/details/103763993