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

Loading…
Cancel
Save