@@ -57,7 +57,7 @@
<text style="margin-left:10upx;">¥{{ item.actPrice ? parseFloat(item.actPrice):0 }}</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 v-if="item.sameTimeIdsNum && item.sameTimeIdsNum>1" style="text-align: center;color:white;
@@ -5,7 +5,7 @@
<!-- 售后付款单提示 -->
<view class="after-sale-tip" v-if="orderInfo.forward == 1" @click="goPreOrder(orderInfo)">
<view class="tip-content">
- <text class="tip-text">本单是售后付款单<block v-if="!$util.isEmpty(orderInfo.forwardMap)">,点击查看原订单</block></text>
+ <text class="tip-text">红冲订单<block v-if="!$util.isEmpty(orderInfo.forwardMap)">,点击查看原单</block></text>