微信小程序横屏适配问题

发布于 7 年前作者 jing2610893 次浏览最后编辑 7 年前来自 ask
  • 小程序横屏后使用wx.getSystemInfo()获取到的宽高会出现变化,导致页面样式怪异不稳定

onLoad: function (options) {

    wx.getSystemInfo({

        success: function(res) {

        console.log(res)

        },

    })

},

1 回复