|
|
@@ -41,6 +41,12 @@
|
|
|
<text style="color:white;border:1px solid #657cac;border-radius:20upx;font-size:20upx;padding:5upx 12upx;background:#657cac;">预订单</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="order-info_box">
|
|
|
+ <view>送货方式:</view>
|
|
|
+ <view>
|
|
|
+{{ detailInfo.sendType==0?'':detailInfo.sendType==1?'自取/出车':detailInfo.sendType==2?'自己送':detailInfo.sendType==3?'发快递':'' }}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<view class="order-info_box">
|
|
|
<view>送货时间:</view>
|
|
|
<view>{{ detailInfo.sendTimeWant }}</view>
|