|
@@ -85,10 +85,9 @@ export default {
|
|
// 电子优惠券:是否启用
|
|
// 电子优惠券:是否启用
|
|
// 处理电子优惠券相关逻辑
|
|
// 处理电子优惠券相关逻辑
|
|
dispatch('couponRule',checkOutResponse);
|
|
dispatch('couponRule',checkOutResponse);
|
|
- // 其他数据收集
|
|
|
|
- commit('setUsingTotalDiscount',checkOutResponse?.discountInfo?.usingTotalDiscount || 0);
|
|
|
|
- // console.log(191, checkOutResponse?.parkingRecord.hasOwnProperty(actualPayFee));
|
|
|
|
}
|
|
}
|
|
|
|
+ // 其他数据收集
|
|
|
|
+ commit('setUsingTotalDiscount',checkOutResponse?.discountInfo?.usingTotalDiscount || 0);
|
|
if ( checkOutResponse?.parkingRecord?.hasOwnProperty('actualPayFee') ) {
|
|
if ( checkOutResponse?.parkingRecord?.hasOwnProperty('actualPayFee') ) {
|
|
commit('setActualPayFee',checkOutResponse.parkingRecord?.actualPayFee);
|
|
commit('setActualPayFee',checkOutResponse.parkingRecord?.actualPayFee);
|
|
} else {
|
|
} else {
|