Commit 7a0165951abd9eb73b05543dac7d573e70b93e81
1 parent
b54e2f4e
赤峰测试环境 农行支付
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/orderPay.vue
@@ -80,6 +80,7 @@ export default { | @@ -80,6 +80,7 @@ export default { | ||
80 | methods: { | 80 | methods: { |
81 | getCode() { | 81 | getCode() { |
82 | var appID = this.$utils.myVxAppId; | 82 | var appID = this.$utils.myVxAppId; |
83 | + alert(appID) | ||
83 | var code = this.getUrlParam('code'); | 84 | var code = this.getUrlParam('code'); |
84 | var local = window.location.href; | 85 | var local = window.location.href; |
85 | if (code == null || code === '') { | 86 | if (code == null || code === '') { |