From 6f3eb63c05041b388a7252bdd42494848f237b3c Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 11 四月 2019 12:03:13 +0800
Subject: [PATCH] 独立淘宝商品缓存,增加分享模板

---
 fanli/src/main/java/com/yeshi/fanli/controller/client/SystemClientController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/controller/client/SystemClientController.java b/fanli/src/main/java/com/yeshi/fanli/controller/client/SystemClientController.java
index 4a5bc46..449f159 100644
--- a/fanli/src/main/java/com/yeshi/fanli/controller/client/SystemClientController.java
+++ b/fanli/src/main/java/com/yeshi/fanli/controller/client/SystemClientController.java
@@ -80,7 +80,7 @@
 					// 鑰佺増鏈瑆eex锛�1.5.1涔嬪墠鐨勶級
 					ssp.setValue("http://ec-1255749512.file.myqcloud.com/resource/weex/flq_index_v2.js");
 				} else if ("ios".equalsIgnoreCase(acceptData.getPlatform())
-						&& Integer.parseInt(acceptData.getVersion()) < 44)
+						&& Integer.parseInt(acceptData.getVersion()) < 44&&system.getId().longValue()!=5L)
 					ssp.setValue("http://ec-1255749512.file.myqcloud.com/resource/weex/flq_index_v2.js");
 			}
 			list.add(ssp);

--
Gitblit v1.8.0