w-R 3 years ago
parent
commit
ac5ac310e6
  1. 5
      lib/store/shopping/shopping_goods_details.dart

5
lib/store/shopping/shopping_goods_details.dart

@ -1600,8 +1600,7 @@ class _ShoppingGoodsDetails extends State<ShoppingGoodsDetails> {
setState(() {}); setState(() {});
}, },
child: groupItem( child: groupItem(
activityDetails.actRecordAndJoinlDTOList[position], activityDetails.actRecordAndJoinlDTOList[position]),
position),
); );
}, },
), ),
@ -1610,7 +1609,7 @@ class _ShoppingGoodsDetails extends State<ShoppingGoodsDetails> {
); );
} }
Widget groupItem(ActRecordAndJoinlDTOList actRecordAndJoinlDTOList, index) { Widget groupItem(ActRecordAndJoinlDTOList actRecordAndJoinlDTOList) {
return Container( return Container(
margin: EdgeInsets.only(top: 8.h, bottom: 8.h), margin: EdgeInsets.only(top: 8.h, bottom: 8.h),
child: Row( child: Row(

Loading…
Cancel
Save