fanli/src/main/java/com/yeshi/fanli/controller/client/v2/DynamicControllerV2.java
@@ -738,18 +738,10 @@ return; } int total = 0; for (ImgInfo imgInfo : imgs) { SimpleGoods goods = imgInfo.getGoods(); if (goods != null) { total++; } } List<String> list = new ArrayList<>(); for (ImgInfo imgInfo : imgs) { GoodsDetailVO goodsVO = imgInfo.getGoodsVO(); if (goodsVO == null && total <= 1) { if (goodsVO == null) { list.add(imgInfo.getUrl()); continue; }