|
@ -42,6 +42,16 @@ |
|
|
|
|
|
|
|
|
.card{ |
|
|
.card{ |
|
|
margin-top:0; |
|
|
margin-top:0; |
|
|
|
|
|
&>.batch{ |
|
|
|
|
|
color:#10C176; |
|
|
|
|
|
border-bottom:2rpx solid rgba(216, 216, 216, 0.3); |
|
|
|
|
|
margin-bottom:24rpx; |
|
|
|
|
|
padding-bottom:10rpx; |
|
|
|
|
|
&:before{ |
|
|
|
|
|
margin-right:10rpx; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
&>.content{ |
|
|
display: flex; |
|
|
display: flex; |
|
|
.u-transition{ |
|
|
.u-transition{ |
|
|
margin-right:20rpx; |
|
|
margin-right:20rpx; |
|
@ -76,6 +86,7 @@ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
.u-popup{ |
|
|
.u-popup{ |
|
|
flex:0; |
|
|
flex:0; |
|
|
} |
|
|
} |
|
@ -87,6 +98,8 @@ |
|
|
|
|
|
|
|
|
<scroll-view scroll-y @scrolltolower="search"> |
|
|
<scroll-view scroll-y @scrolltolower="search"> |
|
|
<view class="card" v-for="(v,k) in list" :key="k"> |
|
|
<view class="card" v-for="(v,k) in list" :key="k"> |
|
|
|
|
|
<view class="batch plant-a-zu224211">{{v.harvestBatch}}</view> |
|
|
|
|
|
<view class="content"> |
|
|
<u-image radius="20rpx" width="130rpx" height="118rpx" mode="aspectFill" :src="`${host}/${v.images[0]}`"> |
|
|
<u-image radius="20rpx" width="130rpx" height="118rpx" mode="aspectFill" :src="`${host}/${v.images[0]}`"> |
|
|
<text slot="error" style="font-size:45rpx;" class="plant-xiaopangchetupianjiazaishibai"/> |
|
|
<text slot="error" style="font-size:45rpx;" class="plant-xiaopangchetupianjiazaishibai"/> |
|
|
</u-image> |
|
|
</u-image> |
|
@ -102,6 +115,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
<u-empty v-if="list.length<=0" text="为查询到相关信息" width="70%" icon="/static/noData.png"/> |
|
|
<u-empty v-if="list.length<=0" text="为查询到相关信息" width="70%" icon="/static/noData.png"/> |
|
|
</scroll-view> |
|
|
</scroll-view> |
|
|
|
|
|
|
|
|