|
@@ -123,7 +123,7 @@
|
|
|
<view class="order-info_box">
|
|
<view class="order-info_box">
|
|
|
<view>配送方式:</view>
|
|
<view>配送方式:</view>
|
|
|
<view>
|
|
<view>
|
|
|
-{{ detailInfo.sendType==0?'送货上门':detailInfo.sendType==1?'自取':detailInfo.sendType==2?'快递':detailInfo.sendType==3?'物流':detailInfo.sendType==4?'发快递':'' }}
|
|
|
|
|
|
|
+{{ detailInfo.sendType==0?'送货上门':detailInfo.sendType==1?'自取':detailInfo.sendType==2?'跑腿':detailInfo.sendType==3?'物流':detailInfo.sendType==4?'快递':'' }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="order-info_box" v-if="detailInfo.sendType==3">
|
|
<view class="order-info_box" v-if="detailInfo.sendType==3">
|