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(() {});