当前位置:网站首页>[wechat applet to obtain the height of custom tabbar] is absolutely available!!!

[wechat applet to obtain the height of custom tabbar] is absolutely available!!!

2022-06-22 16:36:00 Chang'an CC

In the establishment of ready() In order to get !!!!

In the establishment of ready() In order to get !!!!

In the establishment of ready() In order to get !!!!

 ready() {
    
    //  cache tabber The height of the fence 
    const query = wx.createSelectorQuery().in(this);
    query.select('.tab-bar').boundingClientRect((rect) => {
    
      console.log(rect.height)
      wx.setStorageSync('tabbarHeight', rect.height)
    }).exec()
  },

 Insert picture description here
 Insert picture description here
 Insert picture description here
 Insert picture description here

原网站

版权声明
本文为[Chang'an CC]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/173/202206221522017892.html