|
|
|
@ -85,14 +85,16 @@ |
|
|
|
<text class="lf-color-777">积分数量</text> |
|
|
|
<text class="lf-color-222">{{order_details.redeem_point}}</text> |
|
|
|
</view> |
|
|
|
<view class="lf-row-between lf-m-t-30 lf-font-28"> |
|
|
|
<text class="lf-color-777">应付运费</text> |
|
|
|
<text class="lf-color-222">¥{{unitConversion(order_details.payable_freight)}}</text> |
|
|
|
</view> |
|
|
|
<view class="lf-row-between lf-m-t-30 lf-font-28"> |
|
|
|
<text class="lf-color-777">实付运费</text> |
|
|
|
<text class="lf-color-222">¥{{unitConversion(order_details.real_freight)}}</text> |
|
|
|
</view> |
|
|
|
<block v-if="order_details.pick_self == 0"> |
|
|
|
<view class="lf-row-between lf-m-t-30 lf-font-28"> |
|
|
|
<text class="lf-color-777">应付运费</text> |
|
|
|
<text class="lf-color-222">¥{{unitConversion(order_details.payable_freight)}}</text> |
|
|
|
</view> |
|
|
|
<view class="lf-row-between lf-m-t-30 lf-font-28"> |
|
|
|
<text class="lf-color-777">实付运费</text> |
|
|
|
<text class="lf-color-222">¥{{unitConversion(order_details.real_freight)}}</text> |
|
|
|
</view> |
|
|
|
</block> |
|
|
|
</view> |
|
|
|
<view class="card" v-if="type == 'default'"> |
|
|
|
<view class="lf-row-between lf-font-28" v-if="order_details.adjustments[0].origin_type == 'coupon'"> |
|
|
|
|