|
|
@ -177,7 +177,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="btn" |
|
|
<view class="btn" |
|
|
v-if="orderDetail.status == 3 && orderDetail.deliveryType == 2 &&orderDetail.userRequireMake == null" |
|
|
v-if="orderDetail.status == 3 && orderDetail.deliveryType == 2 &&orderDetail.userRequireMake == null" |
|
|
@tap="makeMeal"> |
|
|
@tap="makeMeal" style="background: rgba(0, 35, 28, 1);color:rgba(166, 255, 234, 1);"> |
|
|
立即备餐 |
|
|
立即备餐 |
|
|
</view> |
|
|
</view> |
|
|
<view class="btn" style="width: 40%;" v-if="orderDetail.status == 2" @tap="openAddFeePopup"> |
|
|
<view class="btn" style="width: 40%;" v-if="orderDetail.status == 2" @tap="openAddFeePopup"> |
|
|
@ -1511,7 +1511,7 @@ |
|
|
font-size: 32rpx; |
|
|
font-size: 32rpx; |
|
|
border-radius: 120rpx; |
|
|
border-radius: 120rpx; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
margin: 0 auto; |
|
|
margin: 0 10px; |
|
|
font-weight: 700; |
|
|
font-weight: 700; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|