|
|
@ -41,7 +41,7 @@ class _HomeRecommendGoods extends State<HomeRecommendGoods> { |
|
|
|
mainAxisAlignment: MainAxisAlignment.start, |
|
|
|
mainAxisAlignment: MainAxisAlignment.start, |
|
|
|
children: [ |
|
|
|
children: [ |
|
|
|
Container( |
|
|
|
Container( |
|
|
|
height: 235.h, |
|
|
|
height: 240.h, |
|
|
|
decoration: BoxDecoration( |
|
|
|
decoration: BoxDecoration( |
|
|
|
borderRadius: BorderRadius.circular(6), |
|
|
|
borderRadius: BorderRadius.circular(6), |
|
|
|
color: Colors.white, |
|
|
|
color: Colors.white, |
|
|
@ -92,8 +92,8 @@ class _HomeRecommendGoods extends State<HomeRecommendGoods> { |
|
|
|
commodityZone?.productImg ?? "", |
|
|
|
commodityZone?.productImg ?? "", |
|
|
|
fit: BoxFit.contain, |
|
|
|
fit: BoxFit.contain, |
|
|
|
radius: BorderRadius.circular(4.r), |
|
|
|
radius: BorderRadius.circular(4.r), |
|
|
|
width: 158, |
|
|
|
width: 158.w, |
|
|
|
height: 158, |
|
|
|
height: 158.h, |
|
|
|
errorSrc: "assets/image/default_2_1.webp", |
|
|
|
errorSrc: "assets/image/default_2_1.webp", |
|
|
|
fadeSrc: "assets/image/default_2_1.webp", |
|
|
|
fadeSrc: "assets/image/default_2_1.webp", |
|
|
|
), |
|
|
|
), |
|
|
|