|
|
@@ -174,13 +174,13 @@
|
|
|
<div class="tui-title"><text v-if="detailInfo.discountType == 4">红包</text><text v-else>优惠金额</text></div>
|
|
|
<div class="detail-price_box" style="font-size: 28upx">-¥{{ parseFloat(detailInfo.discountAmount) }}</div>
|
|
|
</tui-list-cell>
|
|
|
- <tui-list-cell v-if="detailInfo.refundPrice > 0" class="line-cell" :hover="false">
|
|
|
+ <tui-list-cell v-if="detailInfo.tkPrice > 0" class="line-cell" :hover="false">
|
|
|
<div class="tui-title">订单金额</div>
|
|
|
<div class="detail-price_box" style="font-size: 28upx">¥{{ parseFloat(detailInfo.orderPrice) }}</div>
|
|
|
</tui-list-cell>
|
|
|
- <tui-list-cell v-if="detailInfo.refundPrice > 0" class="line-cell" :hover="false">
|
|
|
+ <tui-list-cell v-if="detailInfo.tkPrice > 0" class="line-cell" :hover="false">
|
|
|
<div class="tui-title">退款金额</div>
|
|
|
- <div class="detail-price_box" style="font-size: 28upx">-¥{{ parseFloat(detailInfo.refundPrice) }}</div>
|
|
|
+ <div class="detail-price_box" style="font-size: 28upx">-¥{{ parseFloat(detailInfo.tkPrice) }}</div>
|
|
|
</tui-list-cell>
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<div class="tui-title">实际金额</div>
|