|
|
@@ -15,8 +15,10 @@
|
|
|
<text class="right" style="color:red;font-weight:bold;font-size:20upx;">{{beginCount}} 秒后</text>
|
|
|
</view>
|
|
|
|
|
|
- <view v-if="orderInfo.hasReachTime == 1"><text class="left">配送</text>
|
|
|
- <text class="right" style="color:red;font-weight:bold;">
|
|
|
+ <view>
|
|
|
+ <text class="left">配送</text>
|
|
|
+ <text class="right" v-if="orderInfo.sendType == 1" style="color:red;font-weight:bold;">到店自取</text>
|
|
|
+ <text class="right" v-else style="color:red;font-weight:bold;">
|
|
|
<text v-if="orderInfo.reachDate == orderInfo.today">今天</text>
|
|
|
<text v-else-if="orderInfo.reachDate == orderInfo.tomorrow">明天</text>
|
|
|
<text v-else>{{orderInfo.reachDate.substr(5,9)}}</text>
|
|
|
@@ -53,11 +55,6 @@
|
|
|
<text class="right" style="color:red;font-weight:bold;">¥{{orderInfo.orderDebtPrice?parseFloat(orderInfo.orderDebtPrice):0}}</text>
|
|
|
</view>
|
|
|
|
|
|
- <view v-if="orderInfo.sendType == 1">
|
|
|
- <text class="left">类型</text>
|
|
|
- <text class="right" style="color:red;font-weight:bold;">到店自取</text>
|
|
|
- </view>
|
|
|
-
|
|
|
<view v-if="orderInfo.fromType == 4">
|
|
|
<text class="left">美团编号</text>
|
|
|
<text class="right" style="color:black;font-weight:bold;">{{orderInfo.thirdSn}}</text>
|