<view id='box'></view>
view.js
onShow(){ wx.createSelectorQuery().select('#box').boundingClientRect(rect=>{ console.log(rect) }).exec() }