|
|
@@ -11,20 +11,13 @@
|
|
|
:class="item.status==0?'inactive':''"
|
|
|
:key="index"
|
|
|
>
|
|
|
- <image
|
|
|
- class="full-percent"
|
|
|
- src="/pages-charge/static/discount-bg.png"
|
|
|
- ></image>
|
|
|
+ <image class="full-percent" src="/pages-charge/static/discount-bg.png"></image>
|
|
|
<view class="absolute-full flex pt-8 pb-8">
|
|
|
<view class="left flex-column flex-justify-center pl-48">
|
|
|
|
|
|
<view class="flex-align-end">
|
|
|
<view class="item-header__left">
|
|
|
- <image
|
|
|
- class="width-84"
|
|
|
- src="/pages-charge/static/discount-coupon.png"
|
|
|
- mode="widthFix"
|
|
|
- ></image>
|
|
|
+ <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>
|
|
|
<view class="fs-26 color-999 ml-16" v-if="mode === 0"
|