From a460a8094e5e1f3954185b25df0361c3b2d3d948 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期一, 28 四月 2025 16:35:22 +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