|
@@ -58,9 +58,9 @@
|
|
|
<view class="text">
|
|
|
|
|
|
<view class="station-title">
|
|
|
- <text class="title-left" v-if="stationData.type == '1'" style="color: #9D9FFF;">快充</text>
|
|
|
- <text class="title-left" v-if="stationData.type == '2'" style="color: #00B962;">慢充</text>
|
|
|
- <text class="title-left" v-if="stationData.type == '1,2'" style="color: #00BAC8;">快/慢</text>
|
|
|
+ <text class="title-left" v-if="stationData.type == '1'" style="background-color: #9D9FFF;">快充</text>
|
|
|
+ <text class="title-left" v-if="stationData.type == '2'" style="background-color: #00B962;">慢充</text>
|
|
|
+ <text class="title-left" v-if="stationData.type == '1,2'" style="background-color: #00BAC8;">快/慢</text>
|
|
|
<text class="title-right">{{stationData.name}}</text>
|
|
|
</view>
|
|
|
|