diff --git a/lib/union/union_page.dart b/lib/union/union_page.dart index 6e957bda..1f787409 100644 --- a/lib/union/union_page.dart +++ b/lib/union/union_page.dart @@ -364,11 +364,11 @@ class _UnionPage extends State Widget buildItem() { return Container( height: MediaQuery.of(context).size.height - - 102.h - + 103.h - MediaQuery.of(context).padding.top, child: SmartRefresher( controller: refreshController, - enablePullUp: false, + enablePullUp: true, enablePullDown: true, physics: BouncingScrollPhysics(), header: MyHeader(),