|
@@ -41,12 +41,13 @@
|
|
|
<view class="title-right" v-else>
|
|
|
<view style="color:#00b962" @click="carDet">点击绑定</view>
|
|
|
</view>
|
|
|
+
|
|
|
</view>
|
|
|
|
|
|
- <view style="padding: 15px;" >
|
|
|
- {{content}}
|
|
|
- </view>
|
|
|
-
|
|
|
+ </view>
|
|
|
+ <!-- 提示 -->
|
|
|
+ <view class=" ">
|
|
|
+ <u-alert-tips size="12" :show-icon="true" type="warning" :description="content"></u-alert-tips>
|
|
|
</view>
|
|
|
<!-- 收费标准 -->
|
|
|
<view class="rates ">
|
|
@@ -60,7 +61,7 @@
|
|
|
|
|
|
</view>
|
|
|
<!-- 时段分类 -->
|
|
|
- <view class="time-rates">
|
|
|
+ <view class="time-rates" style=" padding-bottom: 10px;">
|
|
|
<view class="time-part" v-for="(item,index) in prices" :key="index">
|
|
|
<view class="part-top">
|
|
|
<view class="time">
|
|
@@ -68,13 +69,13 @@
|
|
|
</view>
|
|
|
<view class="price">
|
|
|
|
|
|
- <text class="price-number">{{item.electricityPrice}}</text>
|
|
|
+ <text class="price-number">{{item.costPrice}}</text>
|
|
|
<text class="price-unit">元/度</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="part-bottom">
|
|
|
<view class="unitPrice-servicePrice">
|
|
|
- 充电单价:¥{{item.costPrice}}| 服务费:¥{{item.servicePrice}}
|
|
|
+ 充电单价:¥{{item.electricityPrice}} | 服务费:¥{{item.servicePrice}}
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -82,12 +83,13 @@
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
- <view class="rates ratesbottom">
|
|
|
- <!-- 提示 -->
|
|
|
- <view class="tips ">
|
|
|
- <u-alert-tips size="12" :show-icon="true" type="warning" :description="description"></u-alert-tips>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+ <view class="rates ratesbottom">
|
|
|
+ <!-- 提示 -->
|
|
|
+ <view class="tips ">
|
|
|
+ <u-alert-tips size="12" :show-icon="true" type="warning" :description="description"></u-alert-tips>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<!-- 底部按钮 -->
|
|
|
|
|
@@ -241,7 +243,8 @@
|
|
|
|
|
|
<style lang="scss">
|
|
|
.ratesbottom{
|
|
|
- margin-bottom: 80px;
|
|
|
+ margin-top: 10px;
|
|
|
+ padding-bottom: 90px;
|
|
|
}
|
|
|
// 头部
|
|
|
.title {
|
|
@@ -352,7 +355,7 @@
|
|
|
.tips {
|
|
|
|
|
|
font-size: 12px;
|
|
|
- margin-top: 12px;
|
|
|
+
|
|
|
background-color: #fff;
|
|
|
position: relative;
|
|
|
|