|
@@ -37,7 +37,7 @@
|
|
|
<view class="title">
|
|
|
{{stationDetail.station.name}}
|
|
|
</view>
|
|
|
- <view v-if="quickChargeReduceMethod(stationDetail.station)&&personInfo&&personInfo.userType==2"
|
|
|
+ <view v-if="quickChargeReduceMethod1(stationDetail.station)&&personInfo&&personInfo.userType==2"
|
|
|
style="margin-top: 10rpx;color: rgba(255, 121, 0, 1);font-size: 28rpx; display: flex; align-items: center;" >
|
|
|
|
|
|
<span style="color: #fff;background: linear-gradient(93.02deg, rgba(255,121,0,1) 39.4%,rgba(255,174,0,1) 93.51%);
|
|
@@ -49,6 +49,18 @@
|
|
|
" >活动</span>
|
|
|
快充订单满{{stationDetail.station.quickChargeDegree}}度服务费{{discountRatio10(stationDetail.station.quickChargeDiscountRatio)}}折
|
|
|
</view>
|
|
|
+ <view v-if="quickChargeReduceMethod2(stationDetail.station)&&personInfo&&personInfo.userType==2"
|
|
|
+ style="margin-top: 10rpx;color: rgba(255, 121, 0, 1);font-size: 28rpx; display: flex; align-items: center;" >
|
|
|
+
|
|
|
+ <span style="color: #fff;background: linear-gradient(93.02deg, rgba(255,121,0,1) 39.4%,rgba(255,174,0,1) 93.51%);
|
|
|
+ border-radius: 4px;
|
|
|
+ padding: 0rpx 10rpx;
|
|
|
+ margin-right: 8rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ line-height:40rpx;
|
|
|
+ " >活动</span>
|
|
|
+ 喜迎国庆,充电有奖
|
|
|
+ </view>
|
|
|
<!-- 标签 -->
|
|
|
<view class="tags sign">
|
|
|
<view class="tags1 sign-1"
|
|
@@ -205,7 +217,7 @@
|
|
|
</view>
|
|
|
<!-- 充电桩状态 -->
|
|
|
<view class="pile-state" >
|
|
|
- <view v-if="quickChargeReduceMethod(stationDetail.station)&&personInfo&&personInfo.userType==2"
|
|
|
+ <view v-if="quickChargeReduceMethod1(stationDetail.station)&&personInfo&&personInfo.userType==2"
|
|
|
style="margin-bottom: 10rpx;color: rgba(255, 121, 0, 1);font-size: 28rpx; display: flex; align-items: center;" >
|
|
|
|
|
|
<span style="color: #fff;background: linear-gradient(93.02deg, rgba(255,121,0,1) 39.4%,rgba(255,174,0,1) 93.51%);
|
|
@@ -217,6 +229,18 @@
|
|
|
" >活动</span>
|
|
|
快充订单满{{stationDetail.station.quickChargeDegree}}度服务费{{discountRatio10(stationDetail.station.quickChargeDiscountRatio)}}折
|
|
|
</view>
|
|
|
+ <view v-if="quickChargeReduceMethod2(stationDetail.station)&&personInfo&&personInfo.userType==2"
|
|
|
+ style="margin-bottom: 10rpx;color: rgba(255, 121, 0, 1);font-size: 28rpx; display: flex; align-items: center;" >
|
|
|
+
|
|
|
+ <span style="color: #fff;background: linear-gradient(93.02deg, rgba(255,121,0,1) 39.4%,rgba(255,174,0,1) 93.51%);
|
|
|
+ border-radius: 4px;
|
|
|
+ padding: 0rpx 10rpx;
|
|
|
+ margin-right: 8rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ line-height:40rpx;
|
|
|
+ " >活动</span>
|
|
|
+ 喜迎国庆,充电有奖
|
|
|
+ </view>
|
|
|
<!-- 总计 -->
|
|
|
<view class="statistics" >
|
|
|
<view class="free">
|