| | |
| | | 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);
|
| | | }
|
| | |
|
| | |
| | | params = JSONObject.fromObject(special.getParams());
|
| | | }
|
| | |
|
| | | special.setJumpDetail(JumpDetailUtil.getWXMPJumDetail(jumpDetail, params));
|
| | | special.setJumpDetail(JumpDetailUtil.getWXMPJumDetail(jumpDetail));
|
| | | special.setParams(null);
|
| | | }
|
| | |
|
| | |
| | | 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);
|
| | | }
|
| | |
|