当前位置:网站首页>Vant problem record
Vant problem record
2022-07-25 10:09:00 【A cabbage~】
van-list Initialize repeated requests for data twice
The reason is that it's possible that when the data doesn't come back load It is detected that the data is lower than the height , Also sent once , By the time the data came back, it had been requested twice .
Be careful :vant-ui The performance of browser and mobile terminal is inconsistent , See the final effect according to the specific business .
resolvent :
1.offset Default 300, Set smaller
2. Do not let it initialize to check the scroll position
:immediate-check='false' // Whether to perform scroll position check immediately at initialization
if :immediate-check='false' Don't take effect , Then use check()
<van-list ref="list" />
this.$refs.list.check();
边栏推荐
- Subtotal of rospy odometry sinkhole
- [Android studio] batch data import to Android local database
- CCF 201509-4 Expressway
- Arm preliminaries
- Mlx90640 infrared thermal imaging sensor temperature measurement module development notes (III)
- 无线振弦采集仪应用工程安全监测
- Fundamentals of C language
- Probability theory and mathematical statistics 3 discrete random variables and probability distributions (Part 2)
- LOAM 融合 IMU 细节之 TransformToEnd 函数
- OC -- packaging class and processing object
猜你喜欢

SD/SDIO/EMMC

Introduction to armv8 architecture

See how a junior student of double non-2 (0 Internship) can get an offer from Alibaba and Tencent

JS uses requestanimationframe to detect the FPS frame rate of the current animation in real time

Probabilistic robot learning notes Chapter 2

emmet语法速查 syntax基本语法部分

Redux使用和剖析

Configuring ROS development environment with vscode: Causes and solutions to the problem of ineffective code modification

Mlx90640 infrared thermal imaging sensor temperature measurement module development notes (III)
![[RNN] analyze the RNN from rnn- (simple|lstm) to sequence generation, and then to seq2seq framework (encoder decoder, or seq2seq)](/img/6e/da80133e05b18c87d7167c023b6c93.gif)
[RNN] analyze the RNN from rnn- (simple|lstm) to sequence generation, and then to seq2seq framework (encoder decoder, or seq2seq)
随机推荐
Fundamentals of C language
MLX90640 红外热成像传感器测温模块开发笔记(二)
TM1638 LED数码显示模块ARDUINO驱动代码
TM1637带秒点四位LED显示器模块ARDUINO驱动程序
【建议收藏】靠着这些学习方法,我入职了世界五百强——互联网时代的“奇技淫巧”
微信小程序跳转其他小程序
概率论与数理统计 4 Continuous Random Variables and Probability Distributions(连续随机变量与概率分布)(上篇)
安装 oh my zsh
车辆属性最近一次入库时间初始化生成sql脚本文件
小程序H5获取手机号方案
数据库MySQL详解
Loam transformtoend function integrating IMU details
Is binary cross entropy really suitable for multi label classification?
【成长必备】我为什么推荐你写博客?愿你多年以后成为你想成为的样子。
工程监测无线中继采集仪和无线网络的优势
salt常见问题
无线振弦采集仪参数配置工具的设置
Qt 6.2的下载和安装
腾讯云之错误[100007] this env is not enable anonymous login
yarn速查手册