From 5c5ae50b09f3b8eeed1128cb9adc86a11fbb8d3c Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@192.168.10.15>
Date: 星期四, 01 十一月 2018 09:29:16 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://whyccjj@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

---
 gx_tieta/WebRoot/pages/js/common.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/gx_tieta/WebRoot/pages/js/common.js b/gx_tieta/WebRoot/pages/js/common.js
index 19ee467..2991199 100644
--- a/gx_tieta/WebRoot/pages/js/common.js
+++ b/gx_tieta/WebRoot/pages/js/common.js
@@ -481,6 +481,7 @@
 	var outerHTML = i[0].outerHTML;
 	return outerHTML;
 }
+
 //鐢熸垚闃块噷鍥炬爣鐨勫厓绱�
 function create_fa_font(cla, color, data) {
 	var i = $('<i class="fa"></i>');
@@ -496,3 +497,9 @@
 	var outerHTML = i[0].outerHTML;
 	return outerHTML;
 }
+
+// 鐢熸垚璺宠浆鐨勯摼鎺�
+function skipUrl(page, province, city, county, home) {
+	var str = page+'?province='+province+'&city='+city+'&county='+county+'&home='+home;
+	return str;
+}
\ No newline at end of file

--
Gitblit v1.9.1