修改bug

This commit is contained in:
zhouyanli
2026-08-26 14:10:23 +08:00
parent e1522e7792
commit c862c6ae4b
8 changed files with 24 additions and 14 deletions

View File

@@ -22,7 +22,7 @@
<!-- 加载中 / 无更多 / 空布局 -->
<view class="load-more" v-if="loadingMore">加载中...</view>
<view class="no-more" v-if="noMoreData && revenueList.length">没有更多通知</view>
<view class="no-more" v-if="noMoreData && revenueList.length">没有更多了</view>
<view v-if="revenueList.length === 0 && !loading" class="empty-state">
<uni-icons type="info" size="30" color="#ccc"></uni-icons>
<text class="empty-text">暂无数据</text>
@@ -117,7 +117,7 @@ onUnload(()=>{
<style lang="scss">
page {
background: #f9f9f9;
background: linear-gradient(to bottom left, #E2F0FF 0%, #f9f9f9 50%);
}
.page {
min-height: 100vh;