xiuli.gao 6 years ago
parent
commit
90cc12ce5d

+ 1 - 1
fund_h5_01/fund_h5_api.html

108
     </div>
108
     </div>
109
     <script src="./js/auto_size.js"></script>
109
     <script src="./js/auto_size.js"></script>
110
     <script src="./js/tips.js?v=2"></script>
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
 </body>
112
 </body>
113
 
113
 
114
 </html>
114
 </html>

+ 3 - 2
fund_h5_01/js/fund_h5_api.js

894
 			console.log(res)
894
 			console.log(res)
895
 			if(res.errno == 0 && res.rst){
895
 			if(res.errno == 0 && res.rst){
896
 				var url = res.rst.link;
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
 			}else{
900
 			}else{
900
 				showMsg(res.err)
901
 				showMsg(res.err)
901
 			}
902
 			}

+ 3 - 2
fund_h5_01/js/queryHelp.js

111
 		success: function (res) {
111
 		success: function (res) {
112
 			if(res.errno == 0 && res.rst){
112
 			if(res.errno == 0 && res.rst){
113
 				var url = res.rst.link;
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
 			}else{
117
 			}else{
117
 				showMsg(res.err)
118
 				showMsg(res.err)
118
 			}
119
 			}

+ 1 - 1
fund_h5_01/queryHelp.html

5
 	    <title>查询帮助</title>
5
 	    <title>查询帮助</title>
6
 	    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
6
 	    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
7
 	    <link rel="stylesheet" href="./css/reset.css?vv=10">
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
 	    <script src="./js/jquery.min.js"></script>
9
 	    <script src="./js/jquery.min.js"></script>
10
 	    <div style="display: none;">
10
 	    <div style="display: none;">
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>
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>