|
@@ -282,6 +282,7 @@ export default {
|
|
return Toast({
|
|
return Toast({
|
|
className: 'top300',
|
|
className: 'top300',
|
|
message: `当前电子券暂未生效,不可用`,
|
|
message: `当前电子券暂未生效,不可用`,
|
|
|
|
+ className: "white-space",
|
|
icon: 'none',
|
|
icon: 'none',
|
|
});
|
|
});
|
|
}
|
|
}
|
|
@@ -291,6 +292,7 @@ export default {
|
|
return Toast({
|
|
return Toast({
|
|
className: 'top300',
|
|
className: 'top300',
|
|
message: `电子券每天最多可使用${ this.maxOneDayCoupons }张`,
|
|
message: `电子券每天最多可使用${ this.maxOneDayCoupons }张`,
|
|
|
|
+ className: "white-space",
|
|
icon: 'none',
|
|
icon: 'none',
|
|
});
|
|
});
|
|
}
|
|
}
|
|
@@ -338,6 +340,7 @@ export default {
|
|
if ( showMsg ) return true
|
|
if ( showMsg ) return true
|
|
return Toast({
|
|
return Toast({
|
|
message: `优惠券已达当日使用上限,不可再用`,
|
|
message: `优惠券已达当日使用上限,不可再用`,
|
|
|
|
+ className: "white-space",
|
|
icon: 'none',
|
|
icon: 'none',
|
|
});
|
|
});
|
|
}
|
|
}
|
|
@@ -347,6 +350,7 @@ export default {
|
|
if ( showMsg ) return true
|
|
if ( showMsg ) return true
|
|
return Toast({
|
|
return Toast({
|
|
message: [5, 10].indexOf(parkMallCode) > -1 ? '当日优惠已达上限,不可再用' : `每日最高可抵扣${maxOneDayDiscountFee}元`,
|
|
message: [5, 10].indexOf(parkMallCode) > -1 ? '当日优惠已达上限,不可再用' : `每日最高可抵扣${maxOneDayDiscountFee}元`,
|
|
|
|
+ className: "white-space",
|
|
icon: 'none',
|
|
icon: 'none',
|
|
});
|
|
});
|
|
}
|
|
}
|
|
@@ -356,6 +360,7 @@ export default {
|
|
if ( showMsg ) return true
|
|
if ( showMsg ) return true
|
|
return Toast({
|
|
return Toast({
|
|
message: `超出抵扣上限,每次最高可抵扣${maxOneTimeDiscountTime}小时`,
|
|
message: `超出抵扣上限,每次最高可抵扣${maxOneTimeDiscountTime}小时`,
|
|
|
|
+ className: "white-space",
|
|
icon: 'none',
|
|
icon: 'none',
|
|
});
|
|
});
|
|
}
|
|
}
|