zsw 1 year ago
parent
commit
68515476d5
  1. 2
      lib/store/store_order.dart

2
lib/store/store_order.dart

@ -245,7 +245,7 @@ class _StoreOrderPage extends State<StoreOrderPage>
context), context),
sliver: SliverAppBar( sliver: SliverAppBar(
expandedHeight: (storeInfo != null && expandedHeight: (storeInfo != null &&
storeInfo.couponVOList != null) storeInfo.couponVOList != null)
? 400.h ? 400.h
: 395.h, : 395.h,
floating: false, floating: false,

Loading…
Cancel
Save