|
@@ -302,8 +302,8 @@ export default {
|
|
icon: 'none',
|
|
icon: 'none',
|
|
});
|
|
});
|
|
}
|
|
}
|
|
- // 电子券上限判断(杭州、福州)
|
|
|
|
- if ( this.checkedCouponList.length >= this.remainCoupons && (this.parkMallCode === 2 || this.parkMallCode === 8 || this.parkMallCode === 7 || this.parkMallCode === 9 || this.parkMallCode === 5 || this.parkMallCode === 8) ) {
|
|
|
|
|
|
+ // 电子券上限判断(杭州、福州)+天津 20240911
|
|
|
|
+ if ( this.checkedCouponList.length >= this.remainCoupons && (this.parkMallCode === 2 || this.parkMallCode === 6 || this.parkMallCode === 7 || this.parkMallCode === 9 || this.parkMallCode === 5 || this.parkMallCode === 8) ) {
|
|
if ( showMsg ) return true
|
|
if ( showMsg ) return true
|
|
return Toast({
|
|
return Toast({
|
|
message: `电子券每天最多可使用${this.maxOneDayCoupons}张`,
|
|
message: `电子券每天最多可使用${this.maxOneDayCoupons}张`,
|