当前位置:网站首页>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);}
边栏推荐
- xctf攻防世界 Web高手进阶区 ics-05
- R语言使用mean函数计算样本(观测)数据中指定变量的相对频数:计算时间序列数据中大于前一个观测值的观测值所占的比例总体的比例
- shell数组
- Domestic mobile phone manufacturers once fought for it, but now it is the first to collapse...
- 【软考 系统架构设计师】案例分析⑤ 质量属性和架构评估
- mysql 、pg 查询日期处理
- 请讲一讲JS中的 for...in 与 for...of (上)
- Janus官方DEMO介绍
- 【微信小程序开发(八)】音频背景音乐播放问题汇总
- R语言patchwork包将多个可视化结果组合起来、使用plot_annotation函数以及tag_level参数将组合图用大写字母进行顺序编码、为组合图的标签添加自定义前缀信息
猜你喜欢
Flask introductory learning tutorial
Socket发送缓冲区接收缓冲区快问快答
Basic JSON usage
Blender程序化建模简明教程【PCG】
深度学习100例 —— 循环神经网络(RNN)实现股票预测
Jinshanyun earthquake, the epicenter is in bytes?
每日一R「02」所有权与 Move 语义
Leetcode.25 K个一组翻转链表(模拟/递归)
This article lets you quickly understand implicit type conversion [integral promotion]!
阿里云架构师金云龙:基于云XR平台的视觉计算应用部署
随机推荐
Flask入门学习教程
OSG笔记:使用setFontResolution设置字体分辨率
Postgresql源码(68)virtualxid锁的原理和应用场景
OFDM 十六讲 7 - Inter-Symbol-Interference
跨端技术方案选什么好?
(转)FreeType字体位图属性
华为云全流程护航《流浪方舟》破竹首发,打造口碑爆款
leetcode:332. 重新安排行程
阿里云架构师金云龙:基于云XR平台的视觉计算应用部署
OSS文件上传
17-GuliMall 搭建虚拟域名访问环境
聊聊SQL语句中 DDL 、DML 、DQL 、DCL 分别是什么
聊天尬死名场面,你遇到过吗?教你一键获取斗图表情包,晋升聊天达人
工作经验-组件封装(拖拽排序组件)
【软考 系统架构设计师】案例分析④ 软件架构风格
肝通宵写了三万字把SQL数据库的所有命令,函数,运算符讲得明明白白讲解,内容实在丰富,建议收藏+三连好评!
杂谈——程序员的悲哀
leetcode brush questions diary Calculate the number of elements on the right that is less than the current element
小程序+自定义插件的关键性
pip 离线到内网安装包