|
@@ -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);
|