|
|
@@ -44,6 +44,7 @@
|
|
|
<view v-for="(item,index) in orderList" :key='index'
|
|
|
@click="goNav('/pages/order/orderDet?orderNumber='+item.orderNumber+'&orderId='+item.orderId)">
|
|
|
<view class="cont">
|
|
|
+ <view class="order_title" v-if="item.expectDeliveryTime&&item.orderType==2">预约订单:{{item.expectDeliveryTime}}送达</view>
|
|
|
<view class="flex justify-between padding align-center">
|
|
|
<view class="text-red text-lg" v-if="item.status == 6">制作中</view>
|
|
|
<view class="text-red text-lg" v-if="item.status == 7">待接单</view>
|
|
|
@@ -1312,6 +1313,17 @@
|
|
|
background-color: #FFFFFF;
|
|
|
border-radius: 18rpx;
|
|
|
}
|
|
|
+ .order_title{
|
|
|
+ width: 90%;
|
|
|
+ margin: 0 auto;
|
|
|
+ border-radius: 14px 14px, 0px, 0px;
|
|
|
+ background: rgba(255, 239, 222, 1);
|
|
|
+ height: 40upx;
|
|
|
+ color: rgba(255, 141, 26, 1);
|
|
|
+ font-size: 24upx;
|
|
|
+ line-height: 40upx;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
|
|
|
.cont_two_top {
|
|
|
width: 94%;
|