From 7a0165951abd9eb73b05543dac7d573e70b93e81 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Thu, 11 Mar 2021 11:19:50 +0800 Subject: [PATCH] 赤峰测试环境 农行支付 --- src/components/orderPay.vue | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/components/orderPay.vue b/src/components/orderPay.vue index 87d9ab5..7cc8be4 100644 --- a/src/components/orderPay.vue +++ b/src/components/orderPay.vue @@ -80,6 +80,7 @@ export default { methods: { getCode() { var appID = this.$utils.myVxAppId; + alert(appID) var code = this.getUrlParam('code'); var local = window.location.href; if (code == null || code === '') { -- libgit2 0.21.4