xiuli.gao 6 vuotta sitten
vanhempi
commit
90cc12ce5d

+ 1 - 1
fund_h5_01/fund_h5_api.html

@@ -108,7 +108,7 @@
108 108
     </div>
109 109
     <script src="./js/auto_size.js"></script>
110 110
     <script src="./js/tips.js?v=2"></script>
111
-    <script src="./js/fund_h5_api.js?v=24"></script>
111
+    <script src="./js/fund_h5_api.js?v=25"></script>
112 112
 </body>
113 113
 
114 114
 </html>

+ 3 - 2
fund_h5_01/js/fund_h5_api.js

@@ -894,8 +894,9 @@ function extension_statistics (id,name) {
894 894
 			console.log(res)
895 895
 			if(res.errno == 0 && res.rst){
896 896
 				var url = res.rst.link;
897
-				url = encodeURIComponent(url);
898
-				window.location.href='loan.html?url=' + url
897
+				window.location.href = url;
898
+//				url = encodeURIComponent(url);
899
+//				window.location.href='loan.html?url=' + url
899 900
 			}else{
900 901
 				showMsg(res.err)
901 902
 			}

+ 3 - 2
fund_h5_01/js/queryHelp.js

@@ -111,8 +111,9 @@ function extension_statistics (id,name) {
111 111
 		success: function (res) {
112 112
 			if(res.errno == 0 && res.rst){
113 113
 				var url = res.rst.link;
114
-				url = encodeURIComponent(url);
115
-				window.location.href='loan.html?url=' + url
114
+				window.location.href = url;
115
+//				url = encodeURIComponent(url);
116
+//				window.location.href='loan.html?url=' + url
116 117
 			}else{
117 118
 				showMsg(res.err)
118 119
 			}

+ 1 - 1
fund_h5_01/queryHelp.html

@@ -5,7 +5,7 @@
5 5
 	    <title>查询帮助</title>
6 6
 	    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
7 7
 	    <link rel="stylesheet" href="./css/reset.css?vv=10">
8
-	    <link rel="stylesheet" href="./css/query-help.css?vv=11">
8
+	    <link rel="stylesheet" href="./css/query-help.css?vv=12">
9 9
 	    <script src="./js/jquery.min.js"></script>
10 10
 	    <div style="display: none;">
11 11
 	    	<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1274146775'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s13.cnzz.com/z_stat.php%3Fid%3D1274146775' type='text/javascript'%3E%3C/script%3E"));</script>