| | |
| | | |
| | | |
| | | 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; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | 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()); |