yj
2020-03-06 207dc8655711cddac2653e18b51e58a88dba2084
fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/RecommendController.java
@@ -137,7 +137,6 @@
               params = JSONObject.fromObject(swiper.getParams());
            }
            swiper.setJumpDetail(JumpDetailUtil.getWXMPJumDetail(swiper.getJumpDetail()));
            swiper.setParams(null);
         }
         // 圆形专题
@@ -157,7 +156,6 @@
            }
            
            special.setJumpDetail(JumpDetailUtil.getWXMPJumDetail(jumpDetail));
            special.setParams(null);
         }
         // 活动
@@ -172,7 +170,6 @@
               params = JSONObject.fromObject(swiper.getParams());
            }
            swiper.setJumpDetail(JumpDetailUtil.getWXMPJumDetail(swiper.getJumpDetail()));
            swiper.setParams(null);
         }
         JSONObject data = new JSONObject();
@@ -221,6 +218,7 @@
         JSONObject data = new JSONObject();
         data.put("list", new JSONArray());
         data.put("count", 0);
         data.put("page", page);
         out.print(JsonUtil.loadTrueResult(data));
      }
   }
@@ -260,6 +258,7 @@
      data.put("list", array);
      data.put("count", count);
      data.put("page", page);
      out.print(JsonUtil.loadTrueResult(data));
   }
@@ -292,6 +291,7 @@
      JSONObject data = new JSONObject();
      data.put("list", array);
      data.put("count", count);
      data.put("page", page);
      out.print(JsonUtil.loadTrueResult(data));
   }