This commit is contained in:
zoujiandong
2025-09-05 10:41:10 +08:00
parent b8f6257bf1
commit ad39805b83
2 changed files with 36 additions and 18 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
<view v-else-if="loadMoreStatus === 'more'" class="more">
<text>上拉加载更多</text>
</view>
<view v-else-if="loadMoreStatus === 'noMore'" class="no-more">
<view v-else-if="loadMoreStatus === 'noMore' && guidelinesList.length > 0" class="no-more">
<text>没有更多数据了</text>
</view>
</view>