From 6f08050e3b7f702b1273219e13f351b6ee577b44 Mon Sep 17 00:00:00 2001 From: w-R <953969641@qq.com> Date: Thu, 20 Jan 2022 23:01:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E6=BB=91=E5=8A=A8=E9=80=80?= =?UTF-8?q?=E5=87=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/store/store_order.dart | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/lib/store/store_order.dart b/lib/store/store_order.dart index 42bae5f3..ef6ba56b 100644 --- a/lib/store/store_order.dart +++ b/lib/store/store_order.dart @@ -202,17 +202,19 @@ class _StoreOrderPage extends State @override Widget build(BuildContext context) { - return WillPopScope( - onWillPop: () async { - if (dialogShowing) { - debugPrint("ssssasdadsasdadasd"); - SmartDialog.dismiss(); - return false; - } else { - return true; - } - }, - child: Container( + return + // WillPopScope( + // onWillPop: () async { + // if (dialogShowing) { + // debugPrint("ssssasdadsasdadasd"); + // SmartDialog.dismiss(); + // return false; + // } else { + // return true; + // } + // }, + // child: + Container( color: Colors.white, child: Stack( children: [ @@ -484,8 +486,8 @@ class _StoreOrderPage extends State ), ], ), - ), - ); + ); + // ); } ///领取优惠券