|
|
@ -77,6 +77,9 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.u-popup{ |
|
|
|
flex:0; |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|
<template> |
|
|
@ -87,7 +90,7 @@ |
|
|
|
<text class="plant-youbian" :class="{noDate:!searchVal.endTime}" @click="dateType='endTime';show=true">{{searchVal.endTime||"请选择结束时间"}}</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<scroll-view scroll-y @scrollotower="search"> |
|
|
|
<scroll-view scroll-y @scrolltolower="search"> |
|
|
|
<view class="card" v-for="(v,k) in list" :key="k"> |
|
|
|
<u-image width="90rpx" height="90rpx" radius="6rpx" mode="aspectFill" :src="`${host}/${v.images}`"> |
|
|
|
<text slot="error" style="font-size:45rpx;" class="plant-xiaopangchetupianjiazaishibai"/> |
|
|
@ -167,6 +170,10 @@ export default { |
|
|
|
} |
|
|
|
}) |
|
|
|
if(res.statu){ |
|
|
|
this.list=this.list.concat(res.data.records) |
|
|
|
this.list=this.list.concat(res.data.records) |
|
|
|
this.list=this.list.concat(res.data.records) |
|
|
|
this.list=this.list.concat(res.data.records) |
|
|
|
this.list=this.list.concat(res.data.records) |
|
|
|
this.total=res.data.total |
|
|
|
}else{ |
|
|
|