|
|
@@ -140,7 +140,9 @@ public class OpenAppHomeController extends BaseApiController{
|
|
|
//1 赚钱数据 2首页数据
|
|
|
map.put("recommended", jtBusinessService.recommendedApplication(1,pageNo,pageSize));
|
|
|
map.put("tag", jtTagService.selectListJtTag(null, 1, 99));
|
|
|
- map.put("homeImg", "/img/index/index_banner1.png");
|
|
|
+ List<HomeImgBo> l=new ArrayList<>();
|
|
|
+ l.add(new HomeImgBo("1","/img/index/index_banner1.png"));
|
|
|
+ map.put("homeImg", l);
|
|
|
result.setData(map);
|
|
|
return result;
|
|
|
}
|