src/views/honors/index.vue
@@ -34,8 +34,7 @@ </el-pagination> </div> </div> <el-empty v-if="!loading && !honorList.length"></el-empty> </div> </div> </div> @@ -53,7 +52,7 @@ honorList: [], total: 0, currentPage: 1, loading: false, loading: true, }; }, mounted() { @@ -74,9 +73,6 @@ start: (this.currentPage - 1) * 10, size: 10, }, coverSize: { height: 70 } }).then((res) => { console.log(res, "res"); if (res.datas && res.datas.length) {