From 68515476d5f02c459531ef4184290221d2c25007 Mon Sep 17 00:00:00 2001 From: zsw Date: Thu, 26 Oct 2023 15:43:09 +0800 Subject: [PATCH] 11 --- lib/store/store_order.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/store/store_order.dart b/lib/store/store_order.dart index b56907f8..6159c705 100644 --- a/lib/store/store_order.dart +++ b/lib/store/store_order.dart @@ -245,7 +245,7 @@ class _StoreOrderPage extends State context), sliver: SliverAppBar( expandedHeight: (storeInfo != null && - storeInfo.couponVOList != null) + storeInfo.couponVOList != null) ? 400.h : 395.h, floating: false,