旅游教育出版社-数字教材移动端
QYF-GitLab1
3 天以前 8e3ee81b6ed824866734b7034604121f370f4201
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;