admin
2019-03-04 cdaacd7f7ba10c00696e14de498085af59caa402
fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserSystemCouponServiceImpl.java
@@ -310,22 +310,21 @@
            }
            jumpBtn = new HashMap<String, Object>();
            Map<String, Object> jumpLink = new HashMap<String, Object>();
            
            UserInfoExtra userInfoExtra = userInfoExtraService.getUserInfoExtra(uid);
            
            // 邀请队员界面
            if (userInfoExtra != null && userInfoExtra.getInviteCode() != null
                  && userInfoExtra.getInviteCode().trim().length() > 0) {
               // 邀请激活成功界面
               jumpLink.put("url", configService.get("invite_activation_success_url") + "?alert=true");
            } else {
               // 激活邀请码界面
               jumpLink.put("url", configService.get("invite_activation_url"));
            }
            /*
             * Map<String, Object> jumpLink = new HashMap<String, Object>();
             *UserInfoExtra userInfoExtra = userInfoExtraService.getUserInfoExtra(uid);
             * if (userInfoExtra != null && userInfoExtra.getInviteCode() != null &&
             * userInfoExtra.getInviteCode().trim().length() > 0) { // 邀请激活成功界面
             * jumpLink.put("url", configService.get("invite_activation_success_url") +
             * "?alert=true"); } else { // 激活邀请码界面 jumpLink.put("url",
             * configService.get("invite_activation_url")); }
             *   jumpBtn.put("params", jumpLink);
             */
            
            jumpBtn.put("params", jumpLink);
            jumpBtn.put("jumpDetail", jumpDetailV2Service.getByTypeCache("invite_web"));
            jumpBtn.put("jumpDetail", jumpDetailV2Service.getByTypeCache("invite"));
         } else if (stateActivated == 1) {
            // 显示规则