mod: 用户页面动态加载
This commit is contained in:
@ -36,11 +36,12 @@ class _ArchivePanelState extends State<ArchivePanel>
|
||||
Column(
|
||||
children: <Widget>[
|
||||
// 下拉刷新指示器
|
||||
PullToRefreshContainer(
|
||||
(PullToRefreshScrollNotificationInfo? info) {
|
||||
return PullToRefreshHeader(info, lastRefreshTime);
|
||||
},
|
||||
),
|
||||
// PullToRefreshContainer(
|
||||
// (PullToRefreshScrollNotificationInfo? info) {
|
||||
// return PullToRefreshHeader(info, lastRefreshTime);
|
||||
// },
|
||||
// ),
|
||||
const SizedBox(height: 4),
|
||||
Expanded(
|
||||
child: LoadingMoreList<VListItemModel>(
|
||||
ListConfig<VListItemModel>(
|
||||
|
||||
Reference in New Issue
Block a user