|
|
|
@ -76,7 +76,7 @@ class _ActivityCouponRemarks extends State<ActivityCouponRemarks> {
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.spaceEvenly, |
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
|
|
children: [ |
|
|
|
|
// if(widget?.settleOrderInfo?.memberVO?.isVip ?? false) |
|
|
|
|
if(!widget?.settleOrderInfo?.isRaise ?? false) |
|
|
|
|
Row( |
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center, |
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
|
@ -168,7 +168,7 @@ class _ActivityCouponRemarks extends State<ActivityCouponRemarks> {
|
|
|
|
|
], |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
if (widget.placeOrder && widget.tableId <= 0) |
|
|
|
|
if (widget.placeOrder && widget.tableId <= 0 && !(widget?.settleOrderInfo?.isRaise ?? false)) |
|
|
|
|
InkWell( |
|
|
|
|
onTap: () { |
|
|
|
|
widget.activityCart(); |
|
|
|
@ -204,11 +204,11 @@ class _ActivityCouponRemarks extends State<ActivityCouponRemarks> {
|
|
|
|
|
], |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
if (widget.placeOrder) |
|
|
|
|
if (widget.placeOrder && !(widget?.settleOrderInfo?.isRaise ?? false)) |
|
|
|
|
SizedBox( |
|
|
|
|
height: 13, |
|
|
|
|
), |
|
|
|
|
if (widget.placeOrder) |
|
|
|
|
if (widget.placeOrder && !(widget?.settleOrderInfo?.isRaise ?? false)) |
|
|
|
|
InkWell( |
|
|
|
|
onTap: () { |
|
|
|
|
widget.couponCart(); |
|
|
|
@ -244,7 +244,7 @@ class _ActivityCouponRemarks extends State<ActivityCouponRemarks> {
|
|
|
|
|
], |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
if (widget.placeOrder) |
|
|
|
|
if (widget.placeOrder && !(widget?.settleOrderInfo?.isRaise ?? false)) |
|
|
|
|
SizedBox( |
|
|
|
|
height: 13, |
|
|
|
|
), |
|
|
|
|