|
@@ -19,11 +19,11 @@
|
|
|
<view class="name oldTextjp" oldstyle="font-size: 20px;">
|
|
|
{{item.name}}
|
|
|
</view>
|
|
|
- <view class="distance oldTextjp2" oldstyle="font-size: 16px;" v-if="item.distance != '99999999'">
|
|
|
+ <view class="distance " oldstyle="font-size: 16px;" v-if="item.distance != '99999999'">
|
|
|
<text class="iconfont" style="color:#666666"></text>
|
|
|
{{item.distance!=null && item.distance>0.1 ? item.distance.toFixed(1)+'公里' : '小于100米'}}
|
|
|
</view>
|
|
|
- <view class="distance oldTextjp2" oldstyle="font-size: 16px;" v-else>
|
|
|
+ <view class="distance " oldstyle="font-size: 16px;" v-else>
|
|
|
<text class="iconfont" style="color:#666666"></text>
|
|
|
暂无定位
|
|
|
</view>
|
|
@@ -44,12 +44,12 @@
|
|
|
<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;">
|
|
|
- 元/度 起
|
|
|
+ 元/度
|
|
|
</text>
|
|
|
</view>
|
|
|
<view class="price-2 " oldstyle="font-size: 14px;" v-if="item.giveDiscount">
|
|
|
<text class="num">{{(item.electricityPrice+item.servicePrice).toFixed(2)}}</text>
|
|
|
- <text class="unit">元/度 起</text>
|
|
|
+ <text class="unit">元/度</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -454,8 +454,8 @@
|
|
|
.distance{
|
|
|
color: rgba(102, 102, 102, 100);
|
|
|
font-size: 12px;
|
|
|
-
|
|
|
- width: 90px;
|
|
|
+ text-align: right;
|
|
|
+ width: 100px;
|
|
|
.iconfont{
|
|
|
font-size: 12px;
|
|
|
margin-right: 2px;
|