jsgetheight: function () { var that = this; //创建节点选择器 var query = wx.createSelectorQuery(); //选择class id query.select('#getheight').boundingClien_微信小程序获取元素宽度">
当前位置:   article > 正文

微信小程序获取元素宽高_微信小程序获取元素宽度

微信小程序获取元素宽度

wxml

<view class="Outerlayer" id="getheight"></view>

js

  1. getheight: function () {
  2. var that = this;
  3. //创建节点选择器
  4. var query = wx.createSelectorQuery();
  5. //选择class id
  6. query.select('#getheight').boundingClientRect(function (rect) {
  7. that.setData({
  8. Height: rect.height
  9. })
  10. }).exec();
  11. },

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/675183
推荐阅读
相关标签
  

闽ICP备14008679号