|
|
@ -1044,7 +1044,6 @@ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
console.log('50000',that.adList) |
|
|
|
|
|
that.deliveryItem = res.result.records; |
|
|
that.deliveryItem = res.result.records; |
|
|
if (res.result.orderCount != null) { |
|
|
if (res.result.orderCount != null) { |
|
|
for (let i = 0; i < res.result.orderCount.length; i++) { |
|
|
for (let i = 0; i < res.result.orderCount.length; i++) { |
|
|
@ -2107,7 +2106,7 @@ |
|
|
.order-page { |
|
|
.order-page { |
|
|
width: 95%; |
|
|
width: 95%; |
|
|
position: relative; |
|
|
position: relative; |
|
|
height: 200rpx; |
|
|
height: auto; |
|
|
border-radius: 32rpx; |
|
|
border-radius: 32rpx; |
|
|
border: 1px solid rgba(166, 255, 234, 0.78); |
|
|
border: 1px solid rgba(166, 255, 234, 0.78); |
|
|
background: rgba(255, 255, 255, 0.74); |
|
|
background: rgba(255, 255, 255, 0.74); |
|
|
@ -2192,17 +2191,18 @@ |
|
|
.qu-text { |
|
|
.qu-text { |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex: 1; |
|
|
flex: 1; |
|
|
height: 50rpx; |
|
|
height: auto; |
|
|
line-height: 50rpx; |
|
|
line-height: 50rpx; |
|
|
color: #40534d; |
|
|
color: #40534d; |
|
|
|
|
|
width: 90%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.qu-left { |
|
|
.qu-left { |
|
|
width: 80%; |
|
|
width: 80%; |
|
|
padding-left: 10rpx; |
|
|
padding-left: 10rpx; |
|
|
overflow: hidden; |
|
|
word-wrap: break-word; |
|
|
white-space: nowrap; |
|
|
word-break: break-all; |
|
|
text-overflow: ellipsis; |
|
|
white-space: normal; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.qu-right { |
|
|
.qu-right { |
|
|
@ -2481,7 +2481,7 @@ |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
background: rgba(166, 255, 234, 0.62); |
|
|
background: rgba(166, 255, 234, 0.62); |
|
|
padding: 0 20rpx; |
|
|
padding: 0 20rpx; |
|
|
margin-left: -10rpx; |
|
|
margin-left: -14rpx; |
|
|
font-weight: 700; |
|
|
font-weight: 700; |
|
|
border-top-right-radius: 40rpx; |
|
|
border-top-right-radius: 40rpx; |
|
|
border-bottom-right-radius: 40rpx; |
|
|
border-bottom-right-radius: 40rpx; |
|
|
|