yujian
2020-05-18 b0a879bf47c1b0b3c971adeb9d68ad8de2278ad2
动态发圈活动取消跳转过渡页
1个文件已修改
6 ■■■■ 已修改文件
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/DynamicControllerV2.java 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/DynamicControllerV2.java
@@ -644,9 +644,9 @@
                        continue;
                    }
                    // 跳转过渡页
                    String jumpLink = configService.get(ConfigKeyEnum.activityDetailLink.getKey()) + "?type=%s&id=%s";
                    jumpLink = String.format(jumpLink, "circle", evaluateNew.getId());
                    evaluateNew.setJumpLink(jumpLink);
                    //String jumpLink = configService.get(ConfigKeyEnum.activityDetailLink.getKey()) + "?type=%s&id=%s";
                    //jumpLink = String.format(jumpLink, "circle", evaluateNew.getId());
                    //evaluateNew.setJumpLink(jumpLink);
                    // 图片数量
                    if (evaluateNew.getImgList() != null && evaluateNew.getImgList().size() > 0) {