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;