|
@@ -415,7 +415,7 @@
|
|
0(月卡)
|
|
0(月卡)
|
|
</template>
|
|
</template>
|
|
<template v-else>
|
|
<template v-else>
|
|
- <template v-if="chargingStation.giveDiscount">
|
|
|
|
|
|
+ <template v-if="chargingStation.giveDiscount||price.discountServicePrice">
|
|
<span style=" text-decoration: line-through;">{{price.servicePrice}}</span>折后{{price.discountServicePrice}}
|
|
<span style=" text-decoration: line-through;">{{price.servicePrice}}</span>折后{{price.discountServicePrice}}
|
|
</template>
|
|
</template>
|
|
<template v-else>
|
|
<template v-else>
|
|
@@ -692,7 +692,8 @@
|
|
//id='e012f9fe-90a8-4a47-bb64-26ea139c3c05'
|
|
//id='e012f9fe-90a8-4a47-bb64-26ea139c3c05'
|
|
api.getChargingStationPrice2({
|
|
api.getChargingStationPrice2({
|
|
stationId:id,
|
|
stationId:id,
|
|
- payType:this.chargingRecord.payType
|
|
|
|
|
|
+ payType:this.chargingRecord.payType,
|
|
|
|
+ recordId:this.chargingRecord.id
|
|
}).then((res)=>{
|
|
}).then((res)=>{
|
|
this.prices=res.data.prices
|
|
this.prices=res.data.prices
|
|
this.chargingStation=res.data.chargingStation;
|
|
this.chargingStation=res.data.chargingStation;
|