|
@@ -163,11 +163,11 @@
|
|
|
<view class="price-free price-freeList">
|
|
|
<view class="price">
|
|
|
<view class="price-1">
|
|
|
- <view class="num">{{!item.giveDiscount ? (item.electricityPrice+item.servicePrice).toFixed(2)
|
|
|
- : (item.electricityPrice+item.discountServicePrice).toFixed(2)}}</view>
|
|
|
- <view class="unit " oldstyle="font-size: 14px;">
|
|
|
+ <text class="num">{{!item.giveDiscount ? (item.electricityPrice+item.servicePrice).toFixed(2)
|
|
|
+ : (item.electricityPrice+item.discountServicePrice).toFixed(2)}}</text>
|
|
|
+ <text class="unit " oldstyle="font-size: 14px;">
|
|
|
元/度 起
|
|
|
- </view>
|
|
|
+ </text>
|
|
|
</view>
|
|
|
<view class="price-2 " oldstyle="font-size: 14px;" v-if="item.giveDiscount">
|
|
|
<text class="num">{{(item.electricityPrice+item.servicePrice).toFixed(2)}}</text>
|
|
@@ -1747,11 +1747,11 @@ font-weight: 600;
|
|
|
}
|
|
|
.price {
|
|
|
display: flex;
|
|
|
+ align-items: baseline;
|
|
|
line-height: 40rpx;
|
|
|
|
|
|
.price-1{
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+
|
|
|
|
|
|
.num {
|
|
|
|