4e2a680a by ex

回调

1 parent 980f6c2f
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!