admin
2019-11-07 235a867e15a86c3666c3e57727a7d6bb828e08de
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/RedPackControllerV2.java
@@ -418,6 +418,8 @@
            out.print(JsonUtil.loadFalseResult(1, "红包已被抢光"));
            return;
         }
         winDetail.setLogo(Constant.systemCommonConfig.getDefaultPortrait());
         winDetail.setLogoLight(Constant.systemCommonConfig.getDefaultPortrait());
         
         JSONObject params = new JSONObject();
         params.put("url", redPackConfigService.getValueByKey("goods_shop_link_h5"));
@@ -427,7 +429,7 @@
         winDetail.setTips(redPackConfigService.getValueByKey("new_user_win_tips"));
         // 2、顶部轮播图
         List<SwiperPicture> oldtopPicList = swiperPictureService.getByBannerCard("index_top");
         List<SwiperPicture> oldtopPicList = swiperPictureService.getByBannerCard("redpack_win_detail_banner");
         List<SwiperPicture> topPicList = new ArrayList<>();
         if (oldtopPicList != null && oldtopPicList.size() > 0)
            topPicList.addAll(oldtopPicList);