Эх сурвалжийг харах

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

john 1 жил өмнө
parent
commit
128320b6df

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

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