修改回调地址
Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -69,6 +69,11 @@ angular.module('myApp.services') | ... | @@ -69,6 +69,11 @@ angular.module('myApp.services') |
| 69 | $http.post(url, data) | 69 | $http.post(url, data) |
| 70 | .success(function (data) { | 70 | .success(function (data) { |
| 71 | if(data.meta.code == 200) { | 71 | if(data.meta.code == 200) { |
| 72 | |||
| 73 | layer.open({ | ||
| 74 | content: data | ||
| 75 | }) | ||
| 76 | return | ||
| 72 | // alert('支付签名返回:' + JSON.stringify(data)); | 77 | // alert('支付签名返回:' + JSON.stringify(data)); |
| 73 | wxh5ApiCall(data.data.wechatDto, q); | 78 | wxh5ApiCall(data.data.wechatDto, q); |
| 74 | }else{ | 79 | }else{ | ... | ... |
-
Please register or sign in to post a comment