修改回调地址
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -56,7 +56,9 @@ angular.module('myApp.services') | ... | @@ -56,7 +56,9 @@ angular.module('myApp.services') |
| 56 | } | 56 | } |
| 57 | ); | 57 | ); |
| 58 | } | 58 | } |
| 59 | 59 | layer.open({ | |
| 60 | content: 'test' | ||
| 61 | }) | ||
| 60 | var wxh5ApiCall = function (sign, q) { | 62 | var wxh5ApiCall = function (sign, q) { |
| 61 | // console.log('sign', sign); | 63 | // console.log('sign', sign); |
| 62 | // $state.go('bond'); | 64 | // $state.go('bond'); | ... | ... |
-
Please register or sign in to post a comment