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(