提交 dd71a760 authored 作者: shixiaochen's avatar shixiaochen

1、BaseListWidget-设置不可上拉刷新

上级 7bbef937
...@@ -87,7 +87,7 @@ class _BaseListWidgetState extends State<BaseListWidget> { ...@@ -87,7 +87,7 @@ class _BaseListWidgetState extends State<BaseListWidget> {
}, },
), ),
onRefresh: _onRefresh, onRefresh: _onRefresh,
onLoad: _onLoad, onLoad: widget.noMoreLoad? null : _onLoad,
child: buildScrollView(), child: buildScrollView(),
); );
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论