From dadacf7c1065876248bec86cf17c06ca4be1b97c Mon Sep 17 00:00:00 2001 From: yujian <yujian@123.com> Date: 星期二, 30 七月 2019 14:55:17 +0800 Subject: [PATCH] Merge branch 'div' of ssh://193.112.35.168:29418/fanli-server into div --- fanli/src/main/java/com/yeshi/fanli/controller/client/v2/ConfigControllerV2.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/ConfigControllerV2.java b/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/ConfigControllerV2.java index 225b9e2..aa56cb6 100644 --- a/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/ConfigControllerV2.java +++ b/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/ConfigControllerV2.java @@ -244,10 +244,17 @@ || url.contains("m.tb.cn"))) { data.put("baichuan", true);// 閲囩敤闃块噷鐧惧窛鐨勬柟寮忓姞杞絯ebview data.put("goodsDetail", true);// 闇�瑕佹嫤鎴晢鍝佽鎯� + } else if (url != null && (url.contains("jd.com"))) { + data.put("baichuan", false);// 涓嶉渶瑕侀噰鐢ㄩ樋閲岀櫨宸濈殑鏂瑰紡鍔犺浇webview + data.put("goodsDetail", true);// 涓嶉渶瑕佹嫤鎴晢鍝佽鎯� + } else if (url != null && (url.contains("yangkeduo.com"))) { + data.put("baichuan", false);// 涓嶉渶瑕侀噰鐢ㄩ樋閲岀櫨宸濈殑鏂瑰紡鍔犺浇webview + data.put("goodsDetail", true);// 涓嶉渶瑕佹嫤鎴晢鍝佽鎯� } else { data.put("baichuan", false);// 涓嶉渶瑕侀噰鐢ㄩ樋閲岀櫨宸濈殑鏂瑰紡鍔犺浇webview data.put("goodsDetail", false);// 涓嶉渶瑕佹嫤鎴晢鍝佽鎯� } + out.print(JsonUtil.loadTrueResult(data)); } -- Gitblit v1.8.0