自定义组件生命周期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
相关分类