浏览代码

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

john 2 年之前
父节点
当前提交
5c6bbe72b0
共有 1 个文件被更改,包括 0 次插入1 次删除
  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.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;
       }