|
|
|
@ -25,7 +25,10 @@ |
|
|
|
<view class="list-border list-info-line" v-for="(subItem, subIndex) in item.orderItems" :key="subIndex"> |
|
|
|
<view class="list-info"> |
|
|
|
<view> |
|
|
|
<image class="list-image" :src="subItem.productImg"></image> |
|
|
|
<image |
|
|
|
class="list-image" |
|
|
|
:src="subItem.productImg || 'https://qncloud.oss-cn-shenzhen.aliyuncs.com/paper_shopkeeper/paper-default-small.png'" |
|
|
|
></image> |
|
|
|
</view> |
|
|
|
<view class="list-info-content"> |
|
|
|
<view class="list-info-title">{{ subItem.productName }}</view> |
|
|
|
@ -214,13 +217,13 @@ export default { |
|
|
|
} |
|
|
|
.list-info-line { |
|
|
|
padding-left: 32rpx; |
|
|
|
line-height: 70rpx; |
|
|
|
// line-height: 70rpx; |
|
|
|
// width: 750rpx; |
|
|
|
// height: 88rpx; |
|
|
|
background: #ffffff; |
|
|
|
} |
|
|
|
.list-info-content { |
|
|
|
margin-left: 48rpx; |
|
|
|
margin-left: 20rpx; |
|
|
|
} |
|
|
|
.list-info-title { |
|
|
|
font-family: PingFangSC-Medium; |
|
|
|
@ -229,6 +232,7 @@ export default { |
|
|
|
letter-spacing: 0; |
|
|
|
text-align: left; |
|
|
|
font-weight: 550; |
|
|
|
margin-top: 8rpx; |
|
|
|
} |
|
|
|
.list-info-text { |
|
|
|
font-family: PingFangSC-Regular; |
|
|
|
@ -236,16 +240,16 @@ export default { |
|
|
|
color: #888888; |
|
|
|
letter-spacing: 0; |
|
|
|
text-align: left; |
|
|
|
line-height: 64rpx; |
|
|
|
margin-top: 26rpx; |
|
|
|
font-weight: 400; |
|
|
|
} |
|
|
|
.list-image { |
|
|
|
width: 100rpx; |
|
|
|
height: 100rpx; |
|
|
|
margin-top: 20rpx; |
|
|
|
} |
|
|
|
.list-info { |
|
|
|
display: flex; |
|
|
|
padding: 24rpx 0; |
|
|
|
} |
|
|
|
.list-bottom-content { |
|
|
|
// line-height: 70rpx; |
|
|
|
|