Browse Source

预约商品部分更改

new_revision_app
wurong 2 years ago
parent
commit
64cbff8524
  1. 3
      lib/store/store_order.dart

3
lib/store/store_order.dart

@ -860,6 +860,9 @@ class _StoreOrderPage extends State<StoreOrderPage>
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(() {});

Loading…
Cancel
Save