From ac5ac310e66f5b051f0f56ec110d1ef5996101e3 Mon Sep 17 00:00:00 2001 From: w-R <953969641@qq.com> Date: Sat, 12 Mar 2022 14:48:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/store/shopping/shopping_goods_details.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/store/shopping/shopping_goods_details.dart b/lib/store/shopping/shopping_goods_details.dart index eb50a5a9..aa35110a 100644 --- a/lib/store/shopping/shopping_goods_details.dart +++ b/lib/store/shopping/shopping_goods_details.dart @@ -1600,8 +1600,7 @@ class _ShoppingGoodsDetails extends State { setState(() {}); }, child: groupItem( - activityDetails.actRecordAndJoinlDTOList[position], - position), + activityDetails.actRecordAndJoinlDTOList[position]), ); }, ), @@ -1610,7 +1609,7 @@ class _ShoppingGoodsDetails extends State { ); } - Widget groupItem(ActRecordAndJoinlDTOList actRecordAndJoinlDTOList, index) { + Widget groupItem(ActRecordAndJoinlDTOList actRecordAndJoinlDTOList) { return Container( margin: EdgeInsets.only(top: 8.h, bottom: 8.h), child: Row(