fix: 🐛 修改订单详情中优惠券不展示Bug

master
Yer 2023-07-21 18:38:17 +08:00
parent b635f91e9f
commit 9ac9cd480b
1 changed files with 2 additions and 2 deletions

View File

@ -111,11 +111,11 @@
</view>
<view class="order-info-view">
<view class="title">优惠券</view>
<view class="value">{{ order.couponPrice | unitPrice }}</view>
<view class="value main-color">-{{ order.priceDetailDTO.couponPrice | unitPrice }}</view>
</view>
<view class="order-info-view">
<view class="title">活动优惠</view>
<view class="value">{{ order.discountPrice | unitPrice }}</view>
<view class="value main-color">-{{ order.discountPrice | unitPrice }}</view>
</view>
<!-- <view class="order-info-view" v-if="order.use_point">
<view class="title">使用积分</view>