1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-07-27 04:20:43 +08:00

feat: 新增返回顶部功能与优化首页横幅样式

1.  给useListData的下拉刷新添加调试日志
2.  首页横幅替换固定图片为随机资源图,调整渐变背景层级
3.  新增tabbar滚动监听与返回顶部按钮功能
This commit is contained in:
小莫唐尼
2026-06-12 00:12:43 +08:00
parent 862d176593
commit c847dfb1c4
3 changed files with 36 additions and 8 deletions
+4 -1
View File
@@ -67,7 +67,10 @@ export function useListData<T>(options: IUseListDataOptions<T>) {
}
/** 下拉刷新 */
onPullDownRefresh(refresh)
onPullDownRefresh(() => {
console.log('下拉刷新', options)
refresh()
})
/** 上拉加载更多 */
onReachBottom(() => {