From 52cd33560c3d1bae221e4c4fd51d336bb2de350e Mon Sep 17 00:00:00 2001 From: Weller <1812208341@qq.com> Date: Fri, 9 Oct 2020 14:44:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E5=95=86?= =?UTF-8?q?=E5=93=81=E5=88=97=E8=A1=A8=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/widgets/home/home_goods/home_goods.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/widgets/home/home_goods/home_goods.dart b/lib/widgets/home/home_goods/home_goods.dart index c26299f..6169552 100644 --- a/lib/widgets/home/home_goods/home_goods.dart +++ b/lib/widgets/home/home_goods/home_goods.dart @@ -95,8 +95,7 @@ class _HomeGoodsContainerState extends State<_HomeGoodsContainer> { int column = int.tryParse(_style.listColumn); column = column <= 0 ? 1 : column; int count = ((goods?.length ?? 0) / column).ceil(); - return SliverFixedExtentList( - itemExtent: 200, + return SliverList( delegate: SliverChildBuilderDelegate((context, index) { if (column == 1) { return HomeGoodsItemSingle(