【功能】下单页的优惠明细弹窗,不展示积分、优惠劵、会员折扣,因为它们已经单独展示了

pull/106/MERGE
YunaiV 2024-10-01 10:15:08 +08:00
parent 25e4686e30
commit 47ac7d1fbc
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
>
<view v-for="(item, index) in state.orderInfo.promotions" :key="index">
<!-- 不展示积分优惠劵会员折扣因为它们已经单独展示了 -->
<view class="ss-flex ss-m-b-40 subtitle" v-if="[1, 2, 3, 4, 5, 6].includes(item.type)">
<view class="ss-flex ss-m-b-40 subtitle" v-if="[1, 2, 3, 4, 5].includes(item.type)">
<view> {{ item.description }} </view>
</view>
</view>