|
|
|
@ -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( |
|
|
|
|