|
@@ -414,7 +414,8 @@
|
|
|
|
|
|
<view class="price" v-if="personInfo&&personInfo.userType==2">
|
|
|
<view class="price-1">
|
|
|
- <text class="num">
|
|
|
+ <text class="num">
|
|
|
+
|
|
|
{{!stationData.giveDiscount ? (stationData.electricityPrice+stationData.servicePrice).toFixed(2)
|
|
|
: (stationData.electricityPrice+stationData.discountServicePrice).toFixed(2)}}</text>
|
|
|
<text class="unit " oldstyle="font-size: 48rpx;">元/度</text>
|
|
@@ -2166,8 +2167,9 @@
|
|
|
|
|
|
.price-2 {
|
|
|
font-size: 24rpx;
|
|
|
- color: #fff;
|
|
|
- margin-left: 8rpx;
|
|
|
+
|
|
|
+ margin-left: 8rpx;
|
|
|
+ color: #999999;
|
|
|
text-decoration: line-through;
|
|
|
}
|
|
|
.price-3 {
|