Explorar o código

积分使用之后文案没有更新

john.hong %!s(int64=2) %!d(string=hai) anos
pai
achega
abc402a2ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/store/order.js

+ 1 - 1
src/store/order.js

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