uniapp的自定义组件component如何实现滑到底部自动加载更多和下拉刷新?
网友回复
组件最外层增加一个scroll-view,增加scrolltoupper及scrolltolower事件监听,下拉刷新就需要增加 refresher-enabled="true"
<scroll-view :scroll-top="scrollTop" scroll-y="true" class="scroll-Y" @scrolltoupper="upper" @scrolltolower="lower" @scroll="scroll" refresher-enabled="true" :refresher-triggered="triggered" :refresher-threshold="100" refresher-background="lightgreen" @refresherpulling="onPulling" @refresherrefresh="onRefresh" @refresherrestore="onRestore" @refresherabort="onAbort"> <view id="demo1" class="scroll-view-item uni-bg-red">A</view> <view id="demo2" class="scroll-view-item uni-bg-green">B</view> <view id="demo3" class="scroll-view-item uni-bg-blue">C</view> </scroll-view>完整代码
<template> <view> <scroll-view style="height: 300px;" scroll-y="true" refresher-enabled="true" :refresher-triggered="triggered" :refresher-threshold="100" refresher-background="lightgreen" @refresherpulling="onPulling" @refresherrefresh="onRefresh" @refresherrestore="onRestore" @refresherabort="onAbort"></scroll-view> <!-- 本示例未包含完整css,获取外链css请参考上文,在hello uni-app项目中查看 --> <view class="uni-padding-wrap uni-common-mt"> <view class="uni-title uni-common-mt"> Vertical Scroll <text>\n纵向滚动</text> </view> <view> <scroll-view :scroll-top="scrollTop" s...
点击查看剩余70%
视频编码 HEVC、AVC 和 AV1有啥不同?
coze的http长连接调用第三方api如何实现耗时异步通知?
openrouter如何免费使用大gemini及deepseek大模型api?
coze的speech_synthesis文字转语音配音插件的所有的voice_id列表怎么获取?
Gemini 2.5 Pro Preview 05-06与claude 3.7谁的ui截图转代码功能更强?
gpt4o免费白嫖的图片编辑网站有哪些?
coze如何实现自动海报设计?
coze如何实现模特换装?
coze的apikey有效期最长只有30天怎么办?如何改成长久有效?
如何通过ai自动将抖音短视频的内容转成文本文案?