| | |
| | | <Community v-for="(item, index) in communitys" :key="index" :avatar="item.avatar" :nickname="item.nickname" |
| | | :time="formatRelativeTime(item.createTime)" :image="item.coverUrl" :content="item.coverAlt" |
| | | :likeCount="item.likeCount" :commentCount="item.commentCount" /> |
| | | <view class="more"> |
| | | <!-- <view v-if="loadingCommunity">加载中...</view> |
| | | <view v-if="noMoreCommunity">没有更多了</view> --> |
| | | <up-loadmore :status="communityStatus" /> |
| | | </view> |
| | | <up-loadmore :status="communityStatus" :line="true" /> |
| | | <view style="height: 300rpx;"></view> |
| | | </view> |
| | | |