回调
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -61,7 +61,7 @@ angular.module('myApp.services') | ... | @@ -61,7 +61,7 @@ angular.module('myApp.services') |
| 61 | // $state.go('bond'); | 61 | // $state.go('bond'); |
| 62 | var redirect_url= '' | 62 | var redirect_url= '' |
| 63 | if(isiOS){ | 63 | if(isiOS){ |
| 64 | redirect_url = "&redirect_url=h5wx.dcxing.com://" + window.location.origin + window.location.pathname + '#/wxPayReturn/' + q | 64 | redirect_url = "&redirect_url=dcxing.com://" + window.location.origin + window.location.pathname + '#/wxPayReturn/' + q |
| 65 | } | 65 | } |
| 66 | window.location.href = sign.mwebUrl + redirect_url; | 66 | window.location.href = sign.mwebUrl + redirect_url; |
| 67 | 67 | ... | ... |
-
Please register or sign in to post a comment