var that=this;

const query = uni.createSelectorQuery().in(that);
query.select('元素').boundingClientRect(data => {
console.log(data)
}).exec();

相关文章:

  • 2021-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
相关资源
相似解决方案