xiuli.gao 6 years ago
parent
commit
a97f647411
2 changed files with 3 additions and 2 deletions
  1. 1 1
      fund_h5_01/fund_h5_api.html
  2. 2 1
      fund_h5_01/js/fund_h5_api.js

+ 1 - 1
fund_h5_01/fund_h5_api.html

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

+ 2 - 1
fund_h5_01/js/fund_h5_api.js

@@ -873,10 +873,11 @@ function extension_statistics (id,name) {
873 873
 		},
874 874
 		dataType:'json',
875 875
 		success: function (res) {
876
+			console.log(res)
876 877
 			if(res.errno == 0 && res.rst){
877 878
 				var url = res.rst.link;
878 879
 				url = encodeURIComponent(url);
879
-				window.location.href='loan.html?url=' + url
880
+//				window.location.href='loan.html?url=' + url
880 881
 			}else{
881 882
 				showMsg(res.err)
882 883
 			}