|
@@ -35,7 +35,7 @@
|
|
|
@click.stop="to(`/pages-common/activity/activity?id=${item.activityId}`)">
|
|
@click.stop="to(`/pages-common/activity/activity?id=${item.activityId}`)">
|
|
|
<view class="fs-26 color-999">到期时间:{{ item.endTime }}</view>
|
|
<view class="fs-26 color-999">到期时间:{{ item.endTime }}</view>
|
|
|
<view class="flex-align-center" v-if="mode === 0">
|
|
<view class="flex-align-center" v-if="mode === 0">
|
|
|
- <view class="fs-24 color-999">享受{{ (item.discount / 10).toFixed(1) }}折服务费权益,本次充电优惠:{{ ((item.discountAmount || 0) / 100).toFixed(2) }}元
|
|
|
|
|
|
|
+ <view class="fs-24 color-999">享受{{ (item.discount / 10).toFixed(1) }}折服务费权益,本次充电优惠:{{ ((item.orderDiscountAmount || 0) / 100).toFixed(2) }}元
|
|
|
<text class="color-primary">详细规则</text>
|
|
<text class="color-primary">详细规则</text>
|
|
|
<text class="fs-24 ml-4 color-primary">>></text>
|
|
<text class="fs-24 ml-4 color-primary">>></text>
|
|
|
</view>
|
|
</view>
|
|
@@ -88,7 +88,7 @@
|
|
|
@click.stop="to(`/pages-common/activity/activity?id=${item.activityId}`)">
|
|
@click.stop="to(`/pages-common/activity/activity?id=${item.activityId}`)">
|
|
|
<view class="fs-26 color-999">到期时间:{{ item.endTime }}</view>
|
|
<view class="fs-26 color-999">到期时间:{{ item.endTime }}</view>
|
|
|
<view class="flex-align-center">
|
|
<view class="flex-align-center">
|
|
|
- <view class="fs-26 color-999">服务费门槛:{{ ((item.minServiceMoney || 0) / 100).toFixed(2) }}元
|
|
|
|
|
|
|
+ <view class="fs-26 color-999">本次充电优惠:{{ ((item.orderDiscountAmount || 0) / 100).toFixed(2) }}元
|
|
|
<text class="color-primary">详细规则</text>
|
|
<text class="color-primary">详细规则</text>
|
|
|
<text class="fs-24 ml-4 color-primary">>></text>
|
|
<text class="fs-24 ml-4 color-primary">>></text>
|
|
|
</view>
|
|
</view>
|