018e3650 by ex

修改回调地址

1 parent d66e233c
...@@ -62,7 +62,7 @@ angular.module('myApp.services') ...@@ -62,7 +62,7 @@ angular.module('myApp.services')
62 $state.go('bond'); 62 $state.go('bond');
63 var redirect_url= '' 63 var redirect_url= ''
64 if(isiOS){ 64 if(isiOS){
65 redirect_url = "www.xxxx.com%3A%2F%2F" 65 redirect_url = "&redirect_url=www.xxxx.com%3A%2F%2F"
66 } 66 }
67 window.location.href = sign.mwebUrl + redirect_url; 67 window.location.href = sign.mwebUrl + redirect_url;
68 68
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!