支付宝支付
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -129,7 +129,7 @@ angular.module('myApp.services') | ... | @@ -129,7 +129,7 @@ angular.module('myApp.services') |
| 129 | // form.querySelector('#ok').click() | 129 | // form.querySelector('#ok').click() |
| 130 | document.body.appendChild(form) | 130 | document.body.appendChild(form) |
| 131 | document.querySelector('#ok').click() | 131 | document.querySelector('#ok').click() |
| 132 | // return callUnifiedOrderApiAliPay('支付') | 132 | return callUnifiedOrderApiAliPay('支付') |
| 133 | case 101: | 133 | case 101: |
| 134 | var param = Object.assign($location.search(),{ | 134 | var param = Object.assign($location.search(),{ |
| 135 | amount : amount, | 135 | amount : amount, |
| ... | @@ -186,7 +186,7 @@ angular.module('myApp.services') | ... | @@ -186,7 +186,7 @@ angular.module('myApp.services') |
| 186 | // form.querySelector('#ok').click() | 186 | // form.querySelector('#ok').click() |
| 187 | document.body.appendChild(form) | 187 | document.body.appendChild(form) |
| 188 | document.querySelector('#ok').click() | 188 | document.querySelector('#ok').click() |
| 189 | // return callUnifiedOrderApiAliPay('支付') | 189 | return callUnifiedOrderApiAliPay('支付') |
| 190 | case 101: | 190 | case 101: |
| 191 | var param = Object.assign($location.search(),{ | 191 | var param = Object.assign($location.search(),{ |
| 192 | amount : amount, | 192 | amount : amount, | ... | ... |
-
Please register or sign in to post a comment