Administrator
2020-02-23 c73bd1514e17f4156ee03bfa8ea32c94c73c4fd0
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;
         }