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:
@@ -67,7 +67,10 @@ export function useListData<T>(options: IUseListDataOptions<T>) {
|
||||
}
|
||||
|
||||
/** 下拉刷新 */
|
||||
onPullDownRefresh(refresh)
|
||||
onPullDownRefresh(() => {
|
||||
console.log('下拉刷新', options)
|
||||
refresh()
|
||||
})
|
||||
|
||||
/** 上拉加载更多 */
|
||||
onReachBottom(() => {
|
||||
|
||||
Reference in New Issue
Block a user