修改回调地址
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 = "&redirect_url=h5wx.dcxing.com://" | 65 | redirect_url = "&redirect_url=dcxing.com://" |
| 66 | } | 66 | } |
| 67 | window.location.href = sign.mwebUrl + redirect_url; | 67 | window.location.href = sign.mwebUrl + redirect_url; |
| 68 | 68 | ... | ... |
-
Please register or sign in to post a comment