|
|
@@ -30,12 +30,12 @@
|
|
|
<view class="station flex-column" v-if="canUseCount >= 0">
|
|
|
<view style="display: inline-flex;align-items: center;">
|
|
|
<view class="fs-40 fw-600 color-000">{{ title }}</view>
|
|
|
+ <image class="ml-10" src="/static/images/coupon-center.png" mode="widthFix" style="width:32rpx"/>
|
|
|
<view class="coupon-box ml-5"
|
|
|
v-if="location.activityList&&location.activityList.length>0"
|
|
|
@tap.stop="toCouponCenter"
|
|
|
>
|
|
|
-<!-- <image src="/static/images/coupon-center.png" mode="widthFix" style="width:42rpx"/>-->
|
|
|
- <text @tap.stop="showStationCoupon">领券</text>
|
|
|
+ <text @tap.stop="showStationCoupon">活动中</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="flex-align-center mt-10 height-48 relative flex-shrink">
|
|
|
@@ -63,7 +63,7 @@
|
|
|
<view class="fs-28 color-666 ml-auto">{{ canUseTime }}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="pt-40 pb-20 fs-32 fw-500 color-999">详细说明</view>
|
|
|
+<!-- <view class="pt-40 pb-20 fs-32 fw-500 color-999">详细说明</view>-->
|
|
|
<view class="desc" v-if="station">
|
|
|
<view class="flex-align-center" @click="openDesc">
|
|
|
<view class="width-168 fs-26 color-666">充电费用</view>
|
|
|
@@ -104,15 +104,16 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="pt-40 flex-align-center">
|
|
|
- <view class="fs-32 fw-500 color-999">充电桩</view>
|
|
|
- <view class="fs-26 color-999" v-if="station"
|
|
|
- >(共{{ totalCount }}个)</view
|
|
|
+<!-- <view class="fs-32 fw-500 color-999">充电桩</view>-->
|
|
|
+ <view class="fs-26 ml-30 color-999" v-if="station"
|
|
|
+ >设备数量(共{{ totalCount }}台)</view
|
|
|
>
|
|
|
<view class="ml-auto flex-align-center" @click="openStatus">
|
|
|
<view class="fs-28 color-333 mr-16">{{
|
|
|
statusList[status].title
|
|
|
}}</view>
|
|
|
<view
|
|
|
+ class="mr-20"
|
|
|
style="
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
@@ -460,9 +461,9 @@ page {
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
color: #fff;
|
|
|
- background-color: #dd524d;
|
|
|
- font-size: 18rpx;
|
|
|
- border-radius: 4rpx;
|
|
|
+ background-color: #2d9e95;
|
|
|
+ font-size: 14rpx;
|
|
|
+ border-radius: 8rpx;
|
|
|
padding: 0rpx 6rpx;
|
|
|
text {
|
|
|
font-size: 24rpx;
|