diff --git a/package1/group/groupBuyList.vue b/package1/group/groupBuyList.vue index 9538b07..09f40f2 100644 --- a/package1/group/groupBuyList.vue +++ b/package1/group/groupBuyList.vue @@ -65,7 +65,7 @@ + style="width: 100%;height:100%;position: absolute;top: 0;background: rgba(0, 0, 0, 0.1);z-index: 999;border-radius: 10px;"> diff --git a/package1/order/orderDetail.vue b/package1/order/orderDetail.vue index 9b12064..4d2d50f 100644 --- a/package1/order/orderDetail.vue +++ b/package1/order/orderDetail.vue @@ -204,9 +204,7 @@ {{item3.productName}} - - {{item3.specs}} - + {{item3.specs}} @@ -267,11 +265,11 @@ - - {{orderDetail.shopName}} + + {{orderDetail.shopName}} + alt="" style="width: 40rpx;height: 40rpx;margin-top: 7px;" /> @@ -283,9 +281,7 @@ {{item1.productName}} - - {{item1.specs}} - + {{item1.specs}} @@ -387,11 +383,11 @@ 配送员 - + {{orderDetail.deliveryInfo.workerName != null ? orderDetail.deliveryInfo.workerName : ''}} + alt="" style="width: 40rpx;height: 40rpx;margin: 20rpx 0 0 20rpx;" /> 未指定等待接单中 @@ -1122,9 +1118,6 @@ margin: 16rpx 0; color: #777; } - .goods-deal1 { - width: 60%; - } .goods-content-bottom { display: flex; line-height: 56rpx; @@ -1176,7 +1169,7 @@ font-size: 20rpx; } .btn-box{ - height: 120rpx; + height: auto; } .btn{ width: 90%; diff --git a/package1/order/orderList.vue b/package1/order/orderList.vue index d09115c..7995df4 100644 --- a/package1/order/orderList.vue +++ b/package1/order/orderList.vue @@ -86,9 +86,9 @@ 已售后 - + - + 待支付 @@ -103,7 +103,7 @@ 待消费 - + 待送达 @@ -118,7 +118,7 @@ 已退款 - + 售后中 @@ -175,12 +175,12 @@ - - 实付(含包装/配送费) + 下单时间:{{item.createTime | formatTime}} + + + 实付(含包装/配送费) ¥{{item.totalAmount}} - - 下单时间:{{item.createTime | formatTime}} - @@ -652,7 +652,7 @@ } .tab2 { - height: 70rpx; + height: auto; width: 100%; overflow-x: scroll; overflow-y: hidden; @@ -685,7 +685,7 @@ width: 120rpx; text-align: center; line-height: 56rpx; - color: #fff; + color: #777; } .box1 { diff --git a/package1/runErrand/runErrand.vue b/package1/runErrand/runErrand.vue index 41c73dc..5bd6968 100644 --- a/package1/runErrand/runErrand.vue +++ b/package1/runErrand/runErrand.vue @@ -33,7 +33,7 @@ - + @@ -101,7 +101,7 @@ - + 配送员 指定配送员,如配送员拒绝接单或者下线,订单进入抢单大厅 @@ -142,83 +142,75 @@ 因您的收货楼层在3楼以上,将额外收取配送费 ¥{{highFloorFeeCalc}} - - - - - 取件数量* - - - - - - + - - - - - 取件凭证* + + + 取件数量* + + + - + + + + - - - 手机尾号 - - - + + + 取件凭证* - - 取件码 - - - - + + + 手机尾号 + + - + 添加取件码 - - - 截图凭证 - - - - + + 取件码 + + + + - - - + + + 添加取件码 + + + 截图凭证 + + + + + + + + + - - - - 特殊情况 - - - - 超重/超大 + + + 特殊情况 + + + + 超重/超大 + - - - - 订单备注 - - - - - - - - {{isKuaidi?'代取配送费':'跑腿费'}} - - - ¥{{deliveryFeeCalc.toFixed(2)}} + + + 订单备注 + + + + - - + + + 优惠券 @@ -232,7 +224,16 @@ - + + + {{isKuaidi?'代取配送费':'跑腿费'}} + + + ¥{{deliveryFeeCalc.toFixed(2)}} + + + + 合计 ¥{{totalAmountCalc.toFixed(2)}} @@ -951,12 +952,10 @@ .content { position: absolute; - top: 280rpx; + top: 200rpx; width: 100%; overflow: scroll; height: 100%; - padding: 0 4%; - box-sizing: border-box; } .tab1 { @@ -983,7 +982,7 @@ .dizhi-tu { width: 50rpx; height: 50rpx; - margin: 26rpx 20rpx 0 0; + margin: 19rpx 20rpx 0 0; img { width: 100%; @@ -993,15 +992,15 @@ .dizhi1 { flex: 1; - height: 100rpx; - line-height: 100rpx; + height: 80rpx; + line-height: 80rpx; display: flex; justify-content: space-between; align-items: center; } .dizhi-ming { - font-size: 30rpx; + font-size: 24rpx; font-weight: 700; flex: 1; white-space: nowrap; @@ -1014,11 +1013,8 @@ display: flex; line-height: 120rpx; background: #fff; - border-radius: 20rpx; padding: 0 20rpx; - margin-top: 20rpx; - box-shadow: 0 0 10rpx rgba(0,0,0,0.05); - box-sizing: border-box; + border-top: 1px solid #eee; } .content-title { @@ -1118,6 +1114,8 @@ margin-top: 20rpx; box-shadow: 0 0 10rpx rgba(0,0,0,0.05); box-sizing: border-box; + width: 95%; + margin: 10px auto; } .time1 {