|
|
@ -103,7 +103,7 @@ |
|
|
|
<view class="imgs"> |
|
|
|
<image v-for="(v1,k1) in v.pic.slice(0,4)" :style="{'--c':v.pic.length-4>0?`'+${v.pic.length-4}'`:''}" :key="k1" mode="aspectFill" :src="`${host}/${v1}`"/> |
|
|
|
</view> |
|
|
|
<u-read-more toggle closetext="展开" showHeight="80rpx">{{v.remark}}</u-read-more> |
|
|
|
<u-read-more toggle closetext="展开" showHeight="80rpx" textIndent="0em" style="margin-top:10rpx;">{{v.remark}}</u-read-more> |
|
|
|
<view class="foot"> |
|
|
|
<text>巡园日期:{{v.operateDate}}</text> |
|
|
|
<text>{{v.userName}}</text> |
|
|
|