Explorar o código

feat(SCRM-3515): QHKC 临时停车积分抵扣功能增加周末和法定假日兑换规则

john %!s(int64=2) %!d(string=hai) anos
pai
achega
f885a9ff87
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/store/order/points.js

+ 3 - 3
src/store/order/points.js

@@ -168,9 +168,9 @@ export default {
     }
     // 计算浦东的上限
     // if ( type === 'add' && state.usingTotalDiscount >= state.availableDiscountFee && parkMallCode === 5 && state.unlimitUsePoints === 'LIMIT') {
-    if ( type === 'add' && state.usingTotalDiscount >= state.availableDiscountFee && parkMallCode === 5 && !state.unLimitWeekendPoints) {
-      return;
-    }
+    // if ( type === 'add' && state.usingTotalDiscount >= state.availableDiscountFee && parkMallCode === 5 && !state.unLimitWeekendPoints) {
+    //   return;
+    // }
     if ( type === 'add' ) {
       let pointsTime = 0;
       pointsTime = state.pointsTime + (parkMallCode === 5 ? state.unitAmount : state.unitHour);