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),
sliver: SliverAppBar(
expandedHeight: (storeInfo != null &&
storeInfo.couponVOList != null)
storeInfo.couponVOList != null)
? 400.h
: 395.h,
floating: false,

Loading…
Cancel
Save