|
|
@@ -69,7 +69,7 @@
|
|
|
<view class="order-info_box">
|
|
|
<view>配送方式:</view>
|
|
|
<view>
|
|
|
-{{ detailInfo.sendType==0?'出车':detailInfo.sendType==1?'自取':detailInfo.sendType==2?'快递':detailInfo.sendType==3?'物流':'' }}
|
|
|
+{{ detailInfo.sendType==0?'送货上门':detailInfo.sendType==1?'自取':detailInfo.sendType==2?'快递':detailInfo.sendType==3?'物流':detailInfo.sendType==4?'发快递':'' }}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="order-info_box" v-if="detailInfo.sendType==3">
|
|
|
@@ -206,7 +206,7 @@
|
|
|
</div>
|
|
|
</tui-list-cell>
|
|
|
<tui-list-cell class="line-cell" v-if="detailInfo.packCost > 0" :hover="false">
|
|
|
- <div class="tui-title">打包费</div>
|
|
|
+ <div class="tui-title">包装费</div>
|
|
|
<div class="detail-price_box" style="font-size: 28upx">
|
|
|
¥{{ detailInfo.packCost?parseFloat(detailInfo.packCost):0 }}
|
|
|
</div>
|