Przeglądaj źródła

feat(feat-15985): QHKC | 临时停车规则增加当日积分抵扣上限

lock.qiu@kerryprops.com 1 rok temu
rodzic
commit
918b77df6e
1 zmienionych plików z 7 dodań i 5 usunięć
  1. 7 5
      src/store/order/points.js

+ 7 - 5
src/store/order/points.js

@@ -63,11 +63,13 @@ export default {
     commit('setUnlimitUsePoints', unlimitUsePoints);
     commit('setUnLimitWeekendPoints', unLimitWeekendPoints);
     commit('setUnitHour', unitHour);
-    // parkMallCode = 3,表示北京
-    if(label === '今日积分已达上线') {
-      commit('setIntegralDesc', '今日积分已达上限');
-      return
-    }
+ // parkMallCode = 3,5 表示北京、深圳前海
+    commit('setUnitHour', label);
+   
+    // if(label === '今日积分已达上线') {
+    //   commit('setIntegralDesc', '今日积分已达上限');
+    //   return
+    // }
     dispatch('integralDescTule',{
       pointsTime, parkMallCode, available, pointsPerUnit, enableNewMemberPoints, unitAmount, newMemberPoints, checkOutResponse
     })