|
@@ -109,30 +109,7 @@
|
|
|
<u-mask :show="show" @click="show = false"></u-mask>
|
|
|
<view v-show="!viewMode" >
|
|
|
|
|
|
- <!-- <view v-for="(item,index) in stationslist" :key="item.id" class="charing-slow" @click="stationDetail(item)">
|
|
|
- <text :class="item.type == '快充' ? 'fast-charge':(item.type == '慢充' ? 'trickle-charge':'fast-trickle-charge')">{{item.type}}</text> <text class="station-items">{{item.name}}</text>
|
|
|
- <view class="address">
|
|
|
- {{item.position}}
|
|
|
- </view>
|
|
|
- <view class="price">
|
|
|
- <view class="num">{{item.price}}</view>
|
|
|
- <view class="unit">
|
|
|
- 元/度 起
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="park">
|
|
|
- <text class="park-p" style="color: #FFFFFF;">p</text>
|
|
|
- <text class="park-text">2小时免费停车</text>
|
|
|
- </view>
|
|
|
- <view class="free">
|
|
|
- <view class="free-num">
|
|
|
- <text style="color:#009143;">空闲{{item.idleNum}}</text>/总数{{item.total}}
|
|
|
- </view>
|
|
|
- <view class="distance">
|
|
|
- <text class="iconfont distance-font"></text>{{item.distance.toFixed(1)}}公里 {{item.time.toFixed(0)}}分钟
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
+
|
|
|
<view class="carNone" v-if="stationslist.length == 0">
|
|
|
<img src="static/img/暂无数据-缺省页.png" alt="">
|
|
|
<p class="oldTextjp2" oldstyle="font-size: 18px;">暂无可用充电站</p>
|
|
@@ -155,6 +132,9 @@
|
|
|
<text class="iconfont" style="color:#666666"></text>
|
|
|
暂无定位
|
|
|
</view>
|
|
|
+ </view>
|
|
|
+ <view class="sign" v-if="item.stationType==50">
|
|
|
+ {{item.address}}
|
|
|
</view>
|
|
|
<view class="sign">
|
|
|
<view class="sign-1" v-if="item.giveDiscount">服务费{{item.discountRatio/10}}折</view>
|