skeleton icon indicating copy to clipboard operation
skeleton copied to clipboard

我在别的微信小程序中使用systemInfo.height一直取不到

Open akikiSun opened this issue 4 years ago • 2 comments

wx.createSelectorQuery().selectAll(.${this.data.selector}).boundingClientRect().exec(function(res){ that.setData({ 'systemInfo.height': res[0][0].height + res[0][0].top }) });

res传出的array为0

akikiSun avatar Apr 23 '20 08:04 akikiSun

请仔细看文档, 下面有示例

chengming9731 avatar Apr 24 '20 00:04 chengming9731

请提供代码片段

jayZOU avatar Oct 06 '20 06:10 jayZOU