|
@@ -158,7 +158,6 @@ export default {
|
|
|
}
|
|
|
this.isReduces = this.consume.hasOwnProperty('selected') || this.consume.hasOwnProperty('defaultSelected') ? false : true;
|
|
|
this.reduceHours = this.consume.hasOwnProperty('discountFee') ? this.consume.discountFee / this.orderDetail.parkingRule.hourPrice : this.consume.defaultDiscountTime;
|
|
|
- console.log(161, this.reduceHours);
|
|
|
if (remainConsumeTime) {
|
|
|
this.maxReduceDiscount = remainConsumeTime;
|
|
|
}
|