|
@@ -295,11 +295,11 @@ export default {
|
|
|
const remainingLimitToIncrease = Math.abs(this.remainPrice - this.availableDiscountFee || 0) / hourPrice;
|
|
|
// 如果是浦东的话, 重新计算优惠
|
|
|
if (this.parkMallCode === 1) {
|
|
|
- if(this.checkedList.indexOf('reduces') < 0) {
|
|
|
+ /*if(this.checkedList.indexOf('reduces') < 0) {
|
|
|
this.maxReduceDiscount = this.maxReduceDiscount > maxDiscountTime ? maxDiscountTime: this.maxReduceDiscount
|
|
|
return
|
|
|
- }
|
|
|
- this.maxReduceDiscount = this.remainPrice / hourPrice < remainConsumeTime ? maxOneTimeDiscountTime : this.maxReduceDiscount
|
|
|
+ }*/
|
|
|
+ this.maxReduceDiscount = this.remainPrice / hourPrice < remainConsumeTime ? remainConsumeTime : this.maxReduceDiscount
|
|
|
return;
|
|
|
}
|
|
|
if (!remainingLimitToIncrease) {
|