From 1bb225a8794efad3cdfb40776625e1a1b4b780e0 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期一, 28 四月 2025 12:15:20 +0800
Subject: [PATCH] 优化

---
 src/views/honors/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/honors/index.vue b/src/views/honors/index.vue
index 4e91e52..b942876 100644
--- a/src/views/honors/index.vue
+++ b/src/views/honors/index.vue
@@ -74,9 +74,9 @@
           start: (this.currentPage - 1) * 10,
           size: 10,
         },
-        // coverSize: {
-        //   height: 70
-        // }
+        coverSize: {
+          height: 70
+        }
       }).then((res) => {
         console.log(res, "res");
         if (res.datas && res.datas.length) {

--
Gitblit v1.9.1