fanli/src/main/java/com/yeshi/fanli/controller/client/v1/ConfigController.java
@@ -254,7 +254,7 @@ if (VersionUtil.greaterThan_2_0_2(acceptData.getPlatform(), acceptData.getVersion())) { // 我的界面banner List<SwiperPicture> banner = swiperPictureService.getByBannerCard("index_top"); List<SwiperPicture> banner = swiperPictureService.getByBannerCard("my_interface_banner"); if (banner == null) banner = new ArrayList<SwiperPicture>(); data.put("banner", JsonUtil.getApiCommonGson().toJson(banner));