|
|
@@ -19,10 +19,11 @@
|
|
|
<view class="flex-align-end">
|
|
|
<view class="item-header__left">
|
|
|
<image class="width-84" src="/pages-charge/static/discount-rights-card.png" mode="widthFix"></image>
|
|
|
- <view class="fs-48 lh-58 color-000 fw-500 ml-16">{{ item.discountAmount }}折
|
|
|
+ <view class="fs-48 lh-58 color-000 fw-500 ml-16">
|
|
|
+ {{ (item.discount / 10).toFixed(1) }}折
|
|
|
</view>
|
|
|
<view class="fs-26 color-999 ml-16" v-if="mode === 0"
|
|
|
- >用于充电服务费抵扣
|
|
|
+ >抵扣充电服务费
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -35,9 +36,9 @@
|
|
|
<block>
|
|
|
<view class="fs-26 color-999 mt-8"
|
|
|
@click.stop="to(`/pages-common/activity/activity?id=${item.activityId}`)">
|
|
|
- <view class="fs-26 color-999 mt-24">到期时间:{{ item.endTime }}</view>
|
|
|
+ <view class="fs-26 color-999">到期时间:{{ item.endTime }}</view>
|
|
|
<view class="flex-align-center" v-if="mode === 0">
|
|
|
- <view class="fs-26 color-999 mt-24">权益余额:{{ ((item.rightsBalance || 0) / 100).toFixed(2) }}元
|
|
|
+ <view class="fs-26 color-999">权益余额:{{ ((item.rightsBalance || 0) / 100).toFixed(2) }}元
|
|
|
<text class="color-primary">详细规则</text>
|
|
|
<text class="fs-24 ml-4 color-primary">>></text>
|
|
|
</view>
|
|
|
@@ -106,7 +107,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="fs-26 color-999 ml-16">
|
|
|
- {{ item.couponType == 'FullDiscount' ? '满减券' : '折扣券' }}:抵扣充电服务费
|
|
|
+ 充电服务费:{{ item.couponType == 'FullDiscount' ? '满减券' : '折扣券' }}
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -124,9 +125,9 @@
|
|
|
<block v-if="mode === 1">
|
|
|
<view class="fs-26 color-999 mt-8"
|
|
|
@click.stop="to(`/pages-common/activity/activity?id=${item.activityId}`)">
|
|
|
- <view class="fs-26 color-999 mt-24">到期时间:{{ item.endTime }}</view>
|
|
|
+ <view class="fs-26 color-999">到期时间:{{ item.endTime }}</view>
|
|
|
<view class="flex-align-center">
|
|
|
- <view class="fs-26 color-999 mt-24">服务费门槛:{{ ((item.minServiceMoney || 0) / 100).toFixed(2) }}元
|
|
|
+ <view class="fs-26 color-999">服务费门槛:{{ ((item.minServiceMoney || 0) / 100).toFixed(2) }}元
|
|
|
<text class="color-primary">详细规则</text>
|
|
|
<text class="fs-24 ml-4 color-primary">>></text>
|
|
|
</view>
|