|
|
@ -860,6 +860,9 @@ class _StoreOrderPage extends State<StoreOrderPage> |
|
|
|
if (baseDate != null && baseDate.isSuccess) { |
|
|
|
if (baseDate != null && baseDate.isSuccess) { |
|
|
|
this.shopCarGoods = await queryShopCar(); |
|
|
|
this.shopCarGoods = await queryShopCar(); |
|
|
|
if ((miNiDetail.subscribeParam.isEnableSubscribe ?? false) == true){ |
|
|
|
if ((miNiDetail.subscribeParam.isEnableSubscribe ?? false) == true){ |
|
|
|
|
|
|
|
if(count > 1 && miNiDetail.attrList != null && miNiDetail.attrStyle != 0){ |
|
|
|
|
|
|
|
Navigator.of(context).pop(); |
|
|
|
|
|
|
|
} |
|
|
|
toDownOrder(); |
|
|
|
toDownOrder(); |
|
|
|
} |
|
|
|
} |
|
|
|
setState(() {}); |
|
|
|
setState(() {}); |
|
|
|