pages/mine/activity/reportActivity.vue
@@ -26,6 +26,9 @@ </view> </view> </view> <view class="empty-state" v-if="mockData.length === 0 && !loading"> <text>暂无内容,下拉刷新试试</text> </view> <!-- <view style="height: 150rpx;"></view> --> <!-- 改进的加载更多提示 --> <view class="load-more"> @@ -215,6 +218,19 @@ </script> <style lang="scss"> /* 空状态样式 */ .empty-state { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 50vh; text-align: center; color: #999; text { font-size: 28rpx; } } /* 新增加载更多样式 */ .load-more { padding: 20rpx 0;