|
@@ -11,8 +11,8 @@
|
|
|
<view class="order-item">
|
|
<view class="order-item">
|
|
|
|
|
|
|
|
<view v-if="beginCount > 0 && orderInfo.fromType == 4" style="min-height:35upx;height:auto;">
|
|
<view v-if="beginCount > 0 && orderInfo.fromType == 4" style="min-height:35upx;height:auto;">
|
|
|
- <text class="left">开始制作</text>
|
|
|
|
|
- <text class="right" style="color:red;font-weight:bold;font-size:20upx;">{{beginCount}} 秒后</text>
|
|
|
|
|
|
|
+ <text class="left">请</text>
|
|
|
|
|
+ <text class="right" style="color:red;font-weight:bold;font-size:20upx;">{{beginCount}} 秒后制作</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view>
|
|
<view>
|
|
@@ -42,7 +42,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view><text class="left">数量</text>
|
|
<view><text class="left">数量</text>
|
|
|
- <text class="right" style="color:red;font-weight:bold;">{{orderInfo.num}}</text>
|
|
|
|
|
|
|
+ <text class="right" style="font-weight:bold;">{{orderInfo.num}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view v-if="orderInfo.anonymity == 1">
|
|
<view v-if="orderInfo.anonymity == 1">
|
|
@@ -50,6 +50,11 @@
|
|
|
<text class="right" style="color:red;font-weight:bold;text-align:right;">匿名派送!!</text>
|
|
<text class="right" style="color:red;font-weight:bold;text-align:right;">匿名派送!!</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
+ <view v-if="orderInfo.manyType && orderInfo.manyType == 1">
|
|
|
|
|
+ <text class="left">注意</text>
|
|
|
|
|
+ <text class="right" style="color:red;font-weight:bold;text-align:right;">此单有多个不同商品</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+
|
|
|
<view v-if="Number(orderInfo.orderDebtPrice)>0">
|
|
<view v-if="Number(orderInfo.orderDebtPrice)>0">
|
|
|
<text class="left">尾款</text>
|
|
<text class="left">尾款</text>
|
|
|
<text class="right" style="color:red;font-weight:bold;">¥{{orderInfo.orderDebtPrice?parseFloat(orderInfo.orderDebtPrice):0}}</text>
|
|
<text class="right" style="color:red;font-weight:bold;">¥{{orderInfo.orderDebtPrice?parseFloat(orderInfo.orderDebtPrice):0}}</text>
|