Deferred long-running timer task(s) to improve scrolling smoothness. See crbug.com/574343详细问题
[电话]
php 运行环境
导致上拉的a标签点击不了.
或者说.上拉刷新的a标签上拉不了
Deferred long-running timer task(s) to improve scrolling smoothness. See crbug.com/574343详细问题
[电话]
php 运行环境
导致上拉的a标签点击不了.
或者说.上拉刷新的a标签上拉不了
1 个回复
BoredApe - 有问题就会有答案。
mui不推荐使用onclick(会有300ms延迟),或href跳转(会出现白屏现象).
建议使用事件委托监听tap事件(HBuilder快捷代码块:dsa)。
列表项过多时,也不建议针对每一项进行事件监听,推荐使用mui(selector).on(event,selector,handle)进行事件委托,例如: