From 64cbff85241cea9b4b24c1109855cdb49ac377c3 Mon Sep 17 00:00:00 2001 From: wurong <953969641@qq.com> Date: Thu, 27 Apr 2023 11:49:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E5=95=86=E5=93=81=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/store/store_order.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/store/store_order.dart b/lib/store/store_order.dart index 72d14185..3ec8e389 100644 --- a/lib/store/store_order.dart +++ b/lib/store/store_order.dart @@ -860,6 +860,9 @@ class _StoreOrderPage extends State if (baseDate != null && baseDate.isSuccess) { this.shopCarGoods = await queryShopCar(); if ((miNiDetail.subscribeParam.isEnableSubscribe ?? false) == true){ + if(count > 1 && miNiDetail.attrList != null && miNiDetail.attrStyle != 0){ + Navigator.of(context).pop(); + } toDownOrder(); } setState(() {});