|
|
@@ -362,6 +362,12 @@
|
|
|
<div class="tui-title">实际金额</div>
|
|
|
<div class="detail-price_box" style="font-size: 32upx;">¥{{ parseFloat(detailInfo.realPrice)}}</div>
|
|
|
</tui-list-cell>
|
|
|
+
|
|
|
+ <tui-list-cell class="line-cell" :hover="false" v-if="Number(detailInfo.profit)>0">
|
|
|
+ <div class="tui-title">利润</div>
|
|
|
+ <div class="detail-price_box" style="font-size: 32upx;">¥{{ detailInfo.profit?parseFloat(detailInfo.profit):0 }}</div>
|
|
|
+ </tui-list-cell>
|
|
|
+
|
|
|
</div>
|
|
|
</view>
|
|
|
|