绿满眶商城微信小程序-uniapp
zxl
2025-06-26 6b394c7206326e66811dbd8d646874c8abb20e89
pages/mine/activity/reportActivity.vue
@@ -1,8 +1,8 @@
<template>
   <view class="wrapper">
      <top-bar selectedTitleIndex="activity" @changeTab="topBarChange" class="topBar"></top-bar>
      <top-bar selectedTitleIndex="activity" textColor="black" @changeTab="topBarChange" class="topBar"></top-bar>
      <view style="height: 100rpx"></view>
      <view style="height: 100rpx;margin-top: 50px"></view>
      <!-- 内容区域 -->
      <scroll-view scroll-y class="content" style="height: 40vh;" @scrolltolower="loadMore" :lower-threshold="100">
         <view class="waterfall">
@@ -66,6 +66,7 @@
            query: {
               pageNumber: 1,
               pageSize: 10,
               publish:1,
            },
            loading: false, // 是否正在加载
            noMore: false, // 是否没有更多数据
@@ -97,7 +98,6 @@
            this.getActivityList();
         },
         loadMore() {
            // 显示加载状态
            this.loading = true;