当前位置:网站首页>UNI-APP_ monitor page scroll h5 monitor page scroll
UNI-APP_ monitor page scroll h5 monitor page scroll
2022-08-10 00:12:00 【small crooked | front end】
1. In uniapp, use the life cycle onPageScroll()
onPageScroll(e) {console.log(e.scrollTop)if (e.scrollTop >= 120) {console.log(true)} else {}},
2. Use native js for monitoring in ordinary h5 pages
window.onscroll = function ()span> {//In order to ensure compatibility, three values are taken here, which one has a value//scrollTop is the height of the scroll wheel when the scroll wheel event is triggeredvar scrollTop = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop;console.log("Scroll Distance" + scrollTop);}
边栏推荐
猜你喜欢
阿里云架构师金云龙:基于云XR平台的视觉计算应用部署
Chatting embarrassing scenes, have you encountered it?Teach you to get the Doutu emoticon package with one click, and become a chat expert
Flask introductory learning tutorial
typedef和#define的花里胡哨的用法
月薪5K的运维小白如何成为月薪5W的高级架构师?
干涉BGP的选路---社团属性
nvm下node安装;node环境变量配置
OFDM 十六讲 7 - Inter-Symbol-Interference
C 在函数声明前加typedef
three.js镂空圆球拖拽变形js特效
随机推荐
OKR 锦囊妙计
Evolution of MLOps
UNI-APP_监听页面滚动h5监听页面滚动
R语言ggplot2可视化:使用ggpubr包的ggerrorplot函数可视化误差线(可视化不同水平均值点以及se标准误差)、设置add参数为dotplot添加点阵图
使用股票量化交易接口需要具备怎么样的心态
台风生成,广州公交站场积极开展台风防御安全隐患排查
CV复习:softmax代码实现
Arcgis工具箱无法使用,显示“XML包含错误“的解决方法
反射机制篇
浅析量股票化交易的发展现状
LeetCode_2632_字符串压缩
Domestic mobile phone manufacturers once fought for it, but now it is the first to collapse...
three.js镂空圆球拖拽变形js特效
leetcode:321. 拼接最大数
用户要清晰知道,量化交易并非简单的程序
nvm下node安装;node环境变量配置
R语言ggplot2可视化:使用ggpubr包的ggscatter函数可视化散点图、使用scale_x_continuous函数的breaks参数指定X轴的断点的个数(设置参数n)
Redis
Postgresql源码(68)virtualxid锁的原理和应用场景
守护进程