Commit 7a0165951abd9eb73b05543dac7d573e70b93e81

Authored by liuqimichale
1 parent b54e2f4e

赤峰测试环境 农行支付

Showing 1 changed file with 1 additions and 0 deletions
src/components/orderPay.vue
... ... @@ -80,6 +80,7 @@ export default {
80 80 methods: {
81 81 getCode() {
82 82 var appID = this.$utils.myVxAppId;
  83 + alert(appID)
83 84 var code = this.getUrlParam('code');
84 85 var local = window.location.href;
85 86 if (code == null || code === '') {
... ...