|
@@ -80,7 +80,7 @@ export default {
|
|
|
dispatch('paperCouponRule', checkOutResponse)
|
|
|
// 是否展示优惠
|
|
|
commit('setIsShowDiscounts',isShowDiscounts);
|
|
|
- if ( checkOutResponse.parkingRule && this.state.isLogin === 'haveLoggedIn') {
|
|
|
+ if ( checkOutResponse.parkingRule && this.state.isLogin === 'haveLoggedIn' && checkOutResponse?.discountInfo) {
|
|
|
// 会员等级减免
|
|
|
// 停车优惠(首停、会员减免、消费减免)
|
|
|
dispatch('getCheckedTotal',checkOutResponse);
|