yujian
2020-05-17 facf0c3bcbbb6cc993d87caa12ac34bede690f38
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/DynamicControllerV2.java
@@ -1162,11 +1162,12 @@
         List<ImgInfo> imgList = evaluate.getImgList();
         if (imgList != null && imgList.size() > 0) {
            for (ImgInfo imgInfo : imgList) {
               if (imgInfo.getType() == ImgEnum.img && !StringUtil.isNullOrEmpty(imgInfo.getUrl())) {
               if (!StringUtil.isNullOrEmpty(imgInfo.getUrl())
                     && (imgInfo.getType() == ImgEnum.img || imgInfo.getType() == ImgEnum.activity)) {
                  imgs.add(imgInfo.getUrl());
               }
               
               if (imgInfo.getType() == ImgEnum.img || imgInfo.getType() == ImgEnum.video) {
               if (imgInfo.getType() == ImgEnum.img || imgInfo.getType() == ImgEnum.activity) {
                  if (StringUtil.isNullOrEmpty(jumpLink) && !StringUtil.isNullOrEmpty(imgInfo.getActivityUrl())) {
                     jumpLink  = imgInfo.getActivityUrl();
                  }