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 ), ], ), - ), - ); + ); + // ); } ///领取优惠券