|
@@ -57,7 +57,7 @@
|
|
|
<text style="margin-left:10upx;">¥{{ item.actPrice ? parseFloat(item.actPrice):0 }}</text>
|
|
<text style="margin-left:10upx;">¥{{ item.actPrice ? parseFloat(item.actPrice):0 }}</text>
|
|
|
</text>
|
|
</text>
|
|
|
</text>
|
|
</text>
|
|
|
- <text class="app-size-30 app-bold" v-else>售后付款 -¥{{ item.orderPrice ? parseFloat(item.orderPrice) :0 }}</text>
|
|
|
|
|
|
|
+ <text class="app-size-30 app-bold" v-else>红冲订单 -¥{{ item.orderPrice ? parseFloat(item.orderPrice) :0 }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view v-if="item.sameTimeIdsNum && item.sameTimeIdsNum>1" style="text-align: center;color:white;
|
|
<view v-if="item.sameTimeIdsNum && item.sameTimeIdsNum>1" style="text-align: center;color:white;
|