fanli/src/main/java/com/yeshi/fanli/service/impl/dynamic/GoodsEvaluateServiceImpl.java
@@ -265,7 +265,8 @@ ImgInfo info = new ImgInfo(); int width = sourceImg.getWidth(); int height = sourceImg.getHeight(); String picLink = COSManager.getInstance().uploadFile(inputStream, filePath).getUrl(); String picLink = COSManager.getInstance().uploadFile(file.getInputStream(), filePath).getUrl(); info.setH(height); info.setW(width); @@ -1162,6 +1163,11 @@ } } // 一张图显示为大图 if (tempList.size() == 1) { tempList.get(0).setLarge(true); } if (tempList.size() > 0) { listImg.addAll(tempList); }