|
@@ -139,7 +139,7 @@
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
<tui-list-cell v-if="detailInfo.refundPrice > 0" class="line-cell" :hover="false">
|
|
<tui-list-cell v-if="detailInfo.refundPrice > 0" class="line-cell" :hover="false">
|
|
|
<div class="tui-title">退款金额</div>
|
|
<div class="tui-title">退款金额</div>
|
|
|
- <div class="detail-price_box" style="font-size: 28upx">-¥{{ detailInfo.tkPrice ? parseFloat(detailInfo.tkPrice) : 0 }}</div>
|
|
|
|
|
|
|
+ <div class="detail-price_box red" style="font-size:30upx">-¥{{ detailInfo.tkPrice ? parseFloat(detailInfo.tkPrice) : 0 }}</div>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
<tui-list-cell v-if="detailInfo.discountAmount > 0" class="line-cell" :hover="false">
|
|
<tui-list-cell v-if="detailInfo.discountAmount > 0" class="line-cell" :hover="false">
|
|
|
<div class="tui-title">减免</div>
|
|
<div class="tui-title">减免</div>
|
|
@@ -147,7 +147,7 @@
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<div class="tui-title">实际金额</div>
|
|
<div class="tui-title">实际金额</div>
|
|
|
- <div class="detail-price_box red" style="font-size: 30upx;">¥{{ detailInfo.realPrice ? parseFloat(detailInfo.realPrice) : 0 }}</div>
|
|
|
|
|
|
|
+ <div class="detail-price_box" style="font-size:32upx;color:#3385FF;">¥{{ detailInfo.realPrice ? parseFloat(detailInfo.realPrice) : 0 }}</div>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
</div>
|
|
</div>
|
|
|
</view>
|
|
</view>
|