绿满眶商城微信小程序-uniapp
zxl
2025-07-31 fe228dd2f0cf45a55b7d96d06a8c22c96a3e81b6
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;