From a874dd8b06b90ea5157e9809fcdf5a38ad115dde Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期一, 30 六月 2025 18:03:51 +0800
Subject: [PATCH] tupian

---
 src/views/personalCenter/myTextBook.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/views/personalCenter/myTextBook.vue b/src/views/personalCenter/myTextBook.vue
index 9e13fc4..48eb894 100644
--- a/src/views/personalCenter/myTextBook.vue
+++ b/src/views/personalCenter/myTextBook.vue
@@ -128,12 +128,15 @@
               field: "ProductType"
             }
           ],
-          keyQueryRequests: this.keyQueryRequests
+          keyQueryRequests: this.keyQueryRequests,
+          coverSize: {
+            width: 880
+          }
         })
         .then(res => {
           let list = that.handResultsChange(res.datas);
           list.forEach(item => {
-            item.product.icon = getPublicImage(item.product.icon);
+            item.product.icon = getPublicImage(item.product.icon, 840);
           });
           if (isLode) {
             that.collectList = list;

--
Gitblit v1.9.1