当前位置:网站首页>[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()
},




边栏推荐
- 数睿数据受邀参与南通企业数字化转型研讨会
- 短视频源码开发,优质的短视频源码需要做好哪几点?
- Shell learning
- CUMT学习日记——数字图像处理考试速成笔记
- Idea installation summary
- Parts beyond the text are indicated by ellipsis
- LeetCode_回溯_动态规划_中等_131.分割回文串
- SAP ABAP internal tables: create, read, populate, copy and delete-06
- 什么是RESTful,REST api设计时应该遵守什么样的规则?
- Google Chrome small details
猜你喜欢
随机推荐
毕业季·本科毕业感想——机械er的自救之路
win10的wifi断线后无法连接
Summary of JS methods for obtaining data types
Test for API
Opensql and native sql-05 in SAP ABAP the purpose of this tutorial is not to teach you SQL or database concepts
首个赛博格人陨落背后:科技与渐冻症的极限赛跑
Simple understanding of asynchronous IO
Adding an unknown type of MCU to jflash
学习量子纠缠的可解释表示,该深度生成模型可直接应用于其他物理系统
6.gui (graphics, filling)
北京恢复堂食半月记:如何重燃门店经营烟火气
jsp学习之(一)---------jsp概述
'不敢去怀疑代码,又不得不怀疑代码'记一次网络请求超时分析
视频爆炸时代,谁在支撑视频生态网高速运行?
jsp学习之(三)--------- jsp隐式对象
NiO file and folder operation examples
【微信小程序封装底部弹出框二】
Static assertion static_ assert
uniapp微信小程序获取页面二维码(带有参数)
SAP ABAP 中 OpenSQL和Native SQL-05 本教程的目的不是教您 SQL 或数据库概念









