From 2b30129a90a8c8baa0d65bb6d6fd7d94ae9b5a23 Mon Sep 17 00:00:00 2001
From: 重庆迈尖科技有限公司
Date: 星期四, 11 六月 2020 10:24:39 +0800
Subject: [PATCH] Merge branch 'master' of ssh://193.112.35.168:29418/flqFront

---
 AppInside/teamOrder/orderSearchMain.html |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/AppInside/teamOrder/orderSearchMain.html b/AppInside/teamOrder/orderSearchMain.html
index 1e4a393..7e163f2 100644
--- a/AppInside/teamOrder/orderSearchMain.html
+++ b/AppInside/teamOrder/orderSearchMain.html
@@ -52,7 +52,8 @@
 
 	<script>
 		// "http://api.flqapp.com";
-		var host = "http://192.168.1.253:8080";
+		var host = "http://api.flqapp.com";
+		var h5host = "http://apph5.banliapp.com/";
 		$(function() {
 
 
@@ -82,7 +83,7 @@
 					},
 
 					didSelect: function(result) {
-						yesApp.jumpWeb('http://192.168.1.114:8848/flqFront/AppInside/teamOrder/orderSearchResult.html?key=' + result,
+						yesApp.jumpWeb(h5host+'AppInside/teamOrder/orderSearchResult.html?key=' + result,
 							null)
 					},
 
@@ -112,7 +113,7 @@
 
 						localStorage.setItem('orderResut', JSON.stringify(list));
 
-						yesApp.jumpWeb('http://192.168.1.114:8848/flqFront/AppInside/teamOrder/orderSearchResult.html?key=' + result,
+						yesApp.jumpWeb(h5host+'AppInside/teamOrder/orderSearchResult.html?key=' + result,
 							null)
 					},
 
@@ -165,7 +166,7 @@
 
 					localStorage.setItem('orderResut', JSON.stringify(list));
 
-					yesApp.jumpWeb('http://192.168.1.114:8848/flqFront/AppInside/teamOrder/orderSearchResult.html?key=' + key,
+					yesApp.jumpWeb(h5host+'AppInside/teamOrder/orderSearchResult.html?key=' + key,
 						null)
 				}
 			})

--
Gitblit v1.8.0