소스 검색

修改加载完成

zhaoke 3 년 전
부모
커밋
699a973174
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/rolelist/index.vue

+ 1 - 1
src/components/rolelist/index.vue

@@ -25,7 +25,7 @@
           </template>
           <template v-if="total > 1">
             <p class="center" v-if="loading">加载中...</p>
-            <p class="center" v-if="noMore">没有更多数据了~</p>
+            <!-- <p class="center" v-if="noMore">没有更多数据了~</p> -->
           </template>
         </div>
       </template>