From 3e236d3f70dc55de0357b5ae19e1e3dd1682374f Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 08 一月 2020 14:01:43 +0800 Subject: [PATCH] 小程序动态修改 --- fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/RecommendController.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/RecommendController.java b/fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/RecommendController.java index 36eb5bf..a6a2245 100644 --- a/fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/RecommendController.java +++ b/fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/RecommendController.java @@ -135,7 +135,7 @@ if (StringUtil.isNullOrEmpty(swiper.getParams())) { params = JSONObject.fromObject(swiper.getParams()); } - swiper.setJumpDetail(JumpDetailUtil.getWXMPJumDetail(swiper.getJumpDetail(), params)); + swiper.setJumpDetail(JumpDetailUtil.getWXMPJumDetail(swiper.getJumpDetail())); swiper.setParams(null); } @@ -155,7 +155,7 @@ params = JSONObject.fromObject(special.getParams()); } - special.setJumpDetail(JumpDetailUtil.getWXMPJumDetail(jumpDetail, params)); + special.setJumpDetail(JumpDetailUtil.getWXMPJumDetail(jumpDetail)); special.setParams(null); } @@ -170,7 +170,7 @@ if (StringUtil.isNullOrEmpty(swiper.getParams())) { params = JSONObject.fromObject(swiper.getParams()); } - swiper.setJumpDetail(JumpDetailUtil.getWXMPJumDetail(swiper.getJumpDetail(), params)); + swiper.setJumpDetail(JumpDetailUtil.getWXMPJumDetail(swiper.getJumpDetail())); swiper.setParams(null); } -- Gitblit v1.8.0