小程序获取页面高度的代码示例:
onReady: function () {//动态获取高度
this.autoHeight();
},
//动态获取高度
autoHeight:function(){
var that = this;
var query = wx.createSelectorQuery();
query.select('.container').boundingClientRect(function(rect) {
console.log("----w" + rect.height)
that.setData({
windowHeight: rect.height ,//获取页面高度
})
}).exec();
},
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: 小程序为什么要用https