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 === '') {