소스 검색

Merge pull request #540 from tron/lock/release-3.7.0/SCRM-6145

feat(feat-15985): QHKC | 临时停车规则增加当日积分抵扣上限
John-Hong 1 년 전
부모
커밋
a0de482cc0
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      src/store/order/points.js

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

@@ -63,8 +63,9 @@ export default {
     commit('setUnlimitUsePoints', unlimitUsePoints);
     commit('setUnLimitWeekendPoints', unLimitWeekendPoints);
     commit('setUnitHour', unitHour);
-    // parkMallCode = 3,表示北京
-    if(label === '今日积分已达上线') {
+ // parkMallCode = 3,5 表示北京、深圳前海
+   
+    if(label === '今日积分已达上限') {
       commit('setIntegralDesc', '今日积分已达上限');
       return
     }