03dac8f6 by ex

修改回调地址

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