onLaunch里关于getSystemInfo的问题

发布于 6 年前作者 yuanqiang10391 次浏览最后编辑 6 年前来自 ask

在onLaunch里通过

wx.getSystemInfo({

    success: function (res) {

    var windowHeight = res.windowHeight;

    console.log(windowHeight) // 566

    }

})

在page中

wx.getSystemInfo({

    success: function (res) {

    var windowHeight = res.windowHeight;

    console.log(windowHeight) // 572

    }

})

这两个值不一致,是为什么呢?

0 回复
暂无回复