|
@@ -14,7 +14,7 @@
|
|
|
<view class="icon iconfont" style="background-color:#59d96e;">
|
|
|

|
|
|
</view>
|
|
|
- <view class="text">
|
|
|
+ <view class="text oldTextjp2" oldstyle="font-size: 18px;">
|
|
|
扫码充电
|
|
|
</view>
|
|
|
|
|
@@ -23,7 +23,7 @@
|
|
|
<view class="icon iconfont" style="background-color:#4BD2C0;">
|
|
|

|
|
|
</view>
|
|
|
- <view class="text">
|
|
|
+ <view class="text oldTextjp2" oldstyle="font-size: 18px;">
|
|
|
快速充值
|
|
|
</view>
|
|
|
|
|
@@ -32,7 +32,7 @@
|
|
|
<view class="icon iconfont" style="background-color: #6FA5FF;">
|
|
|

|
|
|
</view>
|
|
|
- <view class="text">
|
|
|
+ <view class="text oldTextjp2" oldstyle="font-size: 18px;">
|
|
|
充电记录
|
|
|
</view>
|
|
|
|
|
@@ -41,7 +41,7 @@
|
|
|
<view class="icon iconfont" style="background-color: #9D9FFF;">
|
|
|

|
|
|
</view>
|
|
|
- <view class="text">
|
|
|
+ <view class="text oldTextjp2" oldstyle="font-size: 18px;">
|
|
|
附近站点
|
|
|
</view>
|
|
|
|
|
@@ -87,17 +87,16 @@
|
|
|
</view>
|
|
|
<view class="text">
|
|
|
<view class="station-title">
|
|
|
- <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>
|
|
|
+ <text class="title-left oldTextjp2" oldstyle="font-size: 14px;" v-if="stationData.type == '1'" style="background-color: #9D9FFF;">快充</text>
|
|
|
+ <text class="title-left oldTextjp2" oldstyle="font-size: 14px;" v-if="stationData.type == '2'" style="background-color: #00B962;">慢充</text>
|
|
|
+ <text class="title-left oldTextjp2" oldstyle="font-size: 14px;" v-if="stationData.type == '1,2'" style="background-color: #00BAC8;">快/慢</text>
|
|
|
+ <text class="title-right oldTextjp" oldstyle="font-size: 20px;">{{stationData.name}}</text>
|
|
|
</view>
|
|
|
|
|
|
<view class="station-price">
|
|
|
<view class="price-left">{{stationData.costPrice}}</view>
|
|
|
<view class="price-right">
|
|
|
- 起 元/度
|
|
|
+ 元/度 起
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -163,38 +162,6 @@
|
|
|
<img v-if="item.status == '4'" src="static/img/等待中-缺省页.png">
|
|
|
</view>
|
|
|
</view>
|
|
|
- <!-- <view class="state2 state">
|
|
|
- <view class="state-text">
|
|
|
- <view class="text-1" style="color: green">
|
|
|
- 充电中
|
|
|
- </view>
|
|
|
- <view class="text-2">
|
|
|
- 前方等待两位
|
|
|
- </view>
|
|
|
- <view class="text-3">
|
|
|
- 荆鹏软件园充电站/1号有序充电桩
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="img-box">
|
|
|
- <img src="static/img/充电中-缺省页.png">
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
- <!-- <view class="state3 state">
|
|
|
- <view class="state-text">
|
|
|
- <view class="text-1" style="color: red;">
|
|
|
- 已充满
|
|
|
- </view>
|
|
|
- <view class="text-2" style="color: red;">
|
|
|
- 超出时间将收取占位费
|
|
|
- </view>
|
|
|
- <view class="text-3">
|
|
|
- 荆鹏软件园充电站/1号有序充电桩
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="img-box">
|
|
|
- <img src="static/img/已充满-缺省页.png">
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
|
|
|
<!-- 充值活动 -->
|
|
|
<view class=" top-up" v-if="activityList.length > 0">
|
|
@@ -222,7 +189,7 @@
|
|
|
<view class="news-content" v-for="(item,index) in newsList" :key="item.id"
|
|
|
@click="gotoUrl('pages/article/articleDetails?id=' + item.id)">
|
|
|
<view class="content-text">
|
|
|
- <view class="content-title">{{item.title}}</view>
|
|
|
+ <view class="content-title oldTextjp2" oldstyle="font-size: 18px;">{{item.title}}</view>
|
|
|
<view class="news-time">{{item.createTime?item.createTime.slice(5,10):''}}</view>
|
|
|
</view>
|
|
|
<view class="content-img">
|
|
@@ -233,7 +200,7 @@
|
|
|
<view class="bottom" v-if="newsList.length == recordsTotal && newsList.length != 0">
|
|
|
<view class="bot">
|
|
|
<view class="bot-line"></view>
|
|
|
- <view class="bot-text">已经到底了</view>
|
|
|
+ <view class="bot-text oldTextjp2" oldstyle="font-size: 14px;">已经到底了</view>
|
|
|
<view class="bot-line"></view>
|
|
|
</view>
|
|
|
</view>
|