很多页面

This commit is contained in:
haomingming
2025-09-03 17:13:10 +08:00
parent 92bfc36d51
commit 84f59b20f6
26 changed files with 29536 additions and 616 deletions
+7 -6
View File
@@ -60,11 +60,9 @@
<view v-if="noMore && records.length > 0" class="no-more">
<text>没有更多数据了</text>
</view>
<!-- 调试按钮 -->
<view v-if="records.length > 0" class="debug-actions">
<button @click="testLoadMore" size="mini" type="primary">测试加载更多</button>
<text class="debug-info">当前页: {{ page }}, 加载中: {{ loading }}, 无更多: {{ noMore }}</text>
<view class="debug-actions">
<!-- <button @click="testLoadMore" size="mini" type="primary">测试加载更多</button>
<text class="debug-info">当前页: {{ page }}, 加载中: {{ loading }}, 无更多: {{ noMore }}</text> -->
</view>
</scroll-view>
</view>
@@ -221,7 +219,9 @@ $text: #333;
$muted: #999;
$card: #ffffff;
.flower-page { height: calc(100vh - 140rpx); background: $bg; }
.flower-page {
background: $bg;
}
.stats-bar {
display: flex;
@@ -297,6 +297,7 @@ $card: #ffffff;
}
.debug-actions {
height: 50rpx;
text-align: center;
padding: 20rpx;
border-top: 1rpx solid #eee;