Browse Source

safety

master
fmk 3 years ago
parent
commit
30ee4790b6
  1. 3
      lib/store/store_order.dart

3
lib/store/store_order.dart

@ -384,7 +384,6 @@ class _StoreOrderPage extends State<StoreOrderPage>
), ),
itemBuilder: (context, position) { itemBuilder: (context, position) {
return Container( return Container(
margin: EdgeInsets.only(left: 10.w, right: 10.w),
child: MImage( child: MImage(
(storeInfo != null && (storeInfo != null &&
storeInfo.bannerList != null && storeInfo.bannerList != null &&
@ -392,7 +391,7 @@ class _StoreOrderPage extends State<StoreOrderPage>
? storeInfo.bannerList[position].imgUrl ? storeInfo.bannerList[position].imgUrl
: "", : "",
fit: BoxFit.cover, fit: BoxFit.cover,
radius: BorderRadius.circular(4), radius: BorderRadius.zero,
errorSrc: "assets/image/default_2_1.png", errorSrc: "assets/image/default_2_1.png",
fadeSrc: "assets/image/default_2_1.png", fadeSrc: "assets/image/default_2_1.png",
), ),

Loading…
Cancel
Save