获取节点高度,scroll-view不能全部占满
如下的一段代码
get_rect: function(){
wx.createSelectorQuery().select(".search").boundingClientRect(function(res){
res.height
}).exec()
},
请问如果我想在别的函数里使用这里的height要怎么操作才行?
或者说获取节点高度还有别的办法么?
如下的一段代码
get_rect: function(){
wx.createSelectorQuery().select(".search").boundingClientRect(function(res){
res.height
}).exec()
},
请问如果我想在别的函数里使用这里的height要怎么操作才行?
或者说获取节点高度还有别的办法么?