Browse Source

fix(SCRM-4050): [DE][C端]临时停车,消费减免小时数显示错误

john 2 years ago
parent
commit
5c6bbe72b0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/pages/parkingFee/mixins/parkingFeeDiscounts.js

+ 0 - 1
src/pages/parkingFee/mixins/parkingFeeDiscounts.js

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