|
@@ -319,7 +319,7 @@ const actions = {
|
|
commit('setMaxOneDayDiscountFee', maxOneDayDiscountFee);
|
|
commit('setMaxOneDayDiscountFee', maxOneDayDiscountFee);
|
|
commit('setPointsPerHour', pointsPerUnit);
|
|
commit('setPointsPerHour', pointsPerUnit);
|
|
commit('setUnitAmount', unitAmount);
|
|
commit('setUnitAmount', unitAmount);
|
|
- commit('setIntegralDesc', discountFee ? label : `${pointsPerUnit}积分可停车1小时`);
|
|
|
|
|
|
+ commit('setIntegralDesc', discountFee ? `已选择兑换${discountFee}元` : `${pointsPerUnit}积分可停车1小时`);
|
|
},
|
|
},
|
|
// 当前最大可选优惠时间
|
|
// 当前最大可选优惠时间
|
|
/*
|
|
/*
|