浏览代码

修改加载完成

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