Browse Source

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

feat(feat-15985): QHKC | 临时停车规则增加当日积分抵扣上限
John-Hong 1 năm trước cách đây
mục cha
commit
a0de482cc0
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  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
     }