admin
2021-06-24 df4441322e9801c102299451da41d7c40b4502e9
service-daylucky/src/main/java/com/ks/daylucky/util/factory/vo/ActivityDetailVOFactory.java
@@ -50,7 +50,7 @@
    public static LabelVO create(ActivityTag tag) {
        LabelVO vo = new LabelVO(tag.getTagName(), tag.getTagBgColor(), tag.getTagFontColr());
        LabelVO vo = new LabelVO(tag.getTagName(), tag.getTagBgColor(), tag.getTagFontColor());
        return vo;
    }
@@ -100,9 +100,12 @@
            }
            List<String> descList = new ArrayList<>();
            descList.add("关注赞助商生活号。");
            descList.add("点赞赞助商生活号最新发布消息。");
            descList.add("免费参与抽奖活动");
            if (sponsorInfo.getAd().getAlipayLifeAdInfo().getMustAttention() == null || !sponsorInfo.getAd().getAlipayLifeAdInfo().getMustAttention()) {
                descList.add("无需关注生活号。");
            } else {
                descList.add("关注赞助商生活号。");
            }
            bean.setConditions(conditions);
            bean.setConditionsDesc(descList);
            bean.setMarks(sponsorInfo.getAd().getDesc());