旅游教育出版社-数字教材移动端
litian
2025-06-30 a874dd8b06b90ea5157e9809fcdf5a38ad115dde
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;