|
@@ -51,16 +51,12 @@
|
|
|
<view class="label">时间:</view>
|
|
<view class="label">时间:</view>
|
|
|
<view class="value">{{orderInfo.reachDate||''}} {{orderInfo.reachPeriod||''}}前</view>
|
|
<view class="value">{{orderInfo.reachDate||''}} {{orderInfo.reachPeriod||''}}前</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="msg-list" v-if="orderInfo.sendType == 1 ">
|
|
|
|
|
- <view class="label">类型:</view>
|
|
|
|
|
- <view class="value" style="font-weight:bold;color:red;">到店自取</view>
|
|
|
|
|
- </view>
|
|
|
|
|
<view class="msg-list">
|
|
<view class="msg-list">
|
|
|
<view class="label">寄语:</view>
|
|
<view class="label">寄语:</view>
|
|
|
<view class="value">{{ orderInfo.cardInfo || '' }}</view>
|
|
<view class="value">{{ orderInfo.cardInfo || '' }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="msg-list" v-if="orderInfo.sendType == 1">
|
|
<view class="msg-list" v-if="orderInfo.sendType == 1">
|
|
|
- <view class="label">配送方式:</view>
|
|
|
|
|
|
|
+ <view class="label">类型:</view>
|
|
|
<view class="value" style="font-weight:bold;color:red;">到店自取</view>
|
|
<view class="value" style="font-weight:bold;color:red;">到店自取</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="msg-list" v-if="!$util.isEmpty(orderInfo.bookMobile)">
|
|
<view class="msg-list" v-if="!$util.isEmpty(orderInfo.bookMobile)">
|