自定义组件生命周期res.height有的时候报null
ready: function () {
var that = this
var query = wx.createSelectorQuery().in(this)
query.select('.question').boundingClientRect(function (res) {
that.setData({
questionHeight: res.height
})
}).exec()
// console.log(that.data.questionHeight)
}
汪汪一只猫
ABOUTYOU
MYYA
随时随地看视频慕课网APP
相关分类