|
|
|
@ -195,7 +195,7 @@ class _UnionList extends State<UnionList> with AutomaticKeepAliveClientMixin {
|
|
|
|
|
Widget buildStoreItem(Store store, position) { |
|
|
|
|
return Container( |
|
|
|
|
margin: EdgeInsets.fromLTRB(16.w, 8.h, 16.w, 12.h), |
|
|
|
|
padding: EdgeInsets.all(12.h), |
|
|
|
|
padding: EdgeInsets.symmetric(horizontal:12.w,vertical: 12.h), |
|
|
|
|
decoration: BoxDecoration( |
|
|
|
|
color: Colors.white, |
|
|
|
|
borderRadius: BorderRadius.all(Radius.circular(6)), |
|
|
|
@ -208,7 +208,6 @@ class _UnionList extends State<UnionList> with AutomaticKeepAliveClientMixin {
|
|
|
|
|
) |
|
|
|
|
]), |
|
|
|
|
width: double.infinity, |
|
|
|
|
// height: 235.h, |
|
|
|
|
child: Row( |
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start, |
|
|
|
|
children: [ |
|
|
|
@ -307,7 +306,7 @@ class _UnionList extends State<UnionList> with AutomaticKeepAliveClientMixin {
|
|
|
|
|
SizedBox(height: store.businessService == "" ? 40.h : 23.h), |
|
|
|
|
if (storeList[position].productShow != null) |
|
|
|
|
Container( |
|
|
|
|
height: 120.h, |
|
|
|
|
height: 100.h, |
|
|
|
|
child: ListView.builder( |
|
|
|
|
padding: EdgeInsets.zero, |
|
|
|
|
itemCount: |
|
|
|
@ -343,9 +342,9 @@ class _UnionList extends State<UnionList> with AutomaticKeepAliveClientMixin {
|
|
|
|
|
child: Container( |
|
|
|
|
decoration: BoxDecoration( |
|
|
|
|
color: Color(0xFFF65720), |
|
|
|
|
borderRadius: BorderRadius.circular(1), |
|
|
|
|
borderRadius: BorderRadius.circular(2), |
|
|
|
|
), |
|
|
|
|
padding: EdgeInsets.all(2), |
|
|
|
|
padding: EdgeInsets.symmetric(vertical:2.h,horizontal:3.w), |
|
|
|
|
margin: EdgeInsets.only(right: 10.w), |
|
|
|
|
child: Text( |
|
|
|
|
"$e", |
|
|
|
@ -365,6 +364,7 @@ class _UnionList extends State<UnionList> with AutomaticKeepAliveClientMixin {
|
|
|
|
|
width: 74.h, |
|
|
|
|
margin: EdgeInsets.only(right: 8.w), |
|
|
|
|
child: Column( |
|
|
|
|
mainAxisAlignment: MainAxisAlignment.spaceAround, |
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start, |
|
|
|
|
children: [ |
|
|
|
|
MImage( |
|
|
|
|