Commit 1ad2a30219844c0b7449e43b3736ef85ca2cae2f
1 parent
7e61cde3
修改显示页面信息
Showing
1 changed file
with
2 additions
and
0 deletions
src/main/java/com/cnlive/shenhe/controller/VideosController.java
| ... | ... | @@ -155,6 +155,8 @@ public class VideosController { |
| 155 | 155 | if (CommonUtils.isNotNull(shySites)) { |
| 156 | 156 | if(CommonUtils.isNotEmpty(videos.getCategory())&&videos.getCategory().equals(CommonConst.CATEGORY_WITNESS)){ |
| 157 | 157 | videos.setSpid_desc(shySites.getName()+"目击者"); |
| 158 | + }else if(CommonUtils.isNotEmpty(videos.getCategory())&&videos.getCategory().equals(CommonConst.CATEGORY_MOMENT)){ | |
| 159 | + videos.setSpid_desc(shySites.getName()+"朋友圈"); | |
| 158 | 160 | }else{ |
| 159 | 161 | videos.setSpid_desc(shySites.getName()); |
| 160 | 162 | } | ... | ... |