inleft
2022-01-21 b505f3648a10dd998ae9fe7a6edb1bf125d7d6a6
src/components/group/articleListScorll.vue
@@ -15,9 +15,7 @@
               :defaultPageSize="pageSize" :total="total" />
         </div>
      </a-row>
      <a-back-top>
         <a-icon type="up" />回到顶部
      </a-back-top>
   </div>
</template>
<script>
@@ -88,7 +86,7 @@
            console.log(this.current);
            console.log(this.busy);
            if (data.length > 15) {
            if (data.length > 3) {
               this.$message.warning('没有更多了');
               this.busy = true;
               this.loading = false;