yujian
2019-07-29 cdd852f8e8eff7eb2e8f7c3fceaa955b9fc3f9d3
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/JingDongControllerV2.java
@@ -93,8 +93,7 @@
   @RequestMapping(value = "getGoodsInfo")
   public void getGoodsInfo(AcceptData acceptData, Long cid, Integer page, PrintWriter out) {
      JSONObject root = new JSONObject();
//      if (cid == 1 && page == 1) {
      if (page == 1) {
      if (cid == 1 && page == 1) {
         List<SwiperPicture> topPicList = swiperPictureService.getByBannerCard("jingdong_special_index");
         if (topPicList == null) {
            topPicList = new ArrayList<SwiperPicture>();