很多页面
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user