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

+ 1 - 1
fund_h5_01/js/fund_h5_api.js

@@ -877,7 +877,7 @@ function extension_statistics (id,name) {
877 877
 			if(res.errno == 0 && res.rst){
878 878
 				var url = res.rst.link;
879 879
 				url = encodeURIComponent(url);
880
-//				window.location.href='loan.html?url=' + url
880
+				window.location.href='loan.html?url=' + url
881 881
 			}else{
882 882
 				showMsg(res.err)
883 883
 			}

+ 1 - 1
fund_h5_01/loan.html

@@ -41,7 +41,7 @@
41 41
 	$().ready(function() {
42 42
 	    if (qs.url) {
43 43
 	        goUrl = qs.url;
44
-	        goUrl = decodeURIComponent('http%3A%2F%2Fdai.cmcm.com%2Fapp%2Findex.html%3Ff%3D203');
44
+	        goUrl = decodeURIComponent(goUrl);
45 45
 	        console.log(goUrl)
46 46
 	        
47 47
 	    }