浏览代码

fix(SCRM-6043): 当积分不存在时,先给this.remainPrice一个默认值

john 1 年之前
父节点
当前提交
128320b6df
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/pages/parkingFeeV2/Discounts/index.js

+ 0 - 1
src/pages/parkingFeeV2/Discounts/index.js

@@ -498,7 +498,6 @@ export default {
         this.checkedList = this.checkedList.filter(elm => elm !== 'reduces')
         this.checkedList = this.checkedList.filter(elm => elm !== 'reduces')
         return;
         return;
       }
       }
-      debugger
       // 没有优惠时不做多余的事情
       // 没有优惠时不做多余的事情
       if(JSON.stringify(this.consume) === '{}') {
       if(JSON.stringify(this.consume) === '{}') {
         return;
         return;