diff --git a/src/components/orderPay.vue b/src/components/orderPay.vue index 0ee267b..eeff9c2 100644 --- a/src/components/orderPay.vue +++ b/src/components/orderPay.vue @@ -142,10 +142,12 @@ export default { aliParams.paySrcType = this.paySrcType;//101停车支付 aliParams.orgId = this.$utils.myOrgId, aliParams.backType = 2, + aliParams.PaymentLinkType = 1 aliParams.recordArreaInfos = JSON.stringify(this.orderId); console.log(aliParams) bankH5Pay(aliParams).then(response => { + console.log(response) let res = response.data let _token = res.split('TOKEN=')[1] console.log(_token) diff --git a/src/utils/utils.js b/src/utils/utils.js index 86ad5fa..0a5bf05 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -88,7 +88,7 @@ export default { return '农行' }else { console.log("其他浏览器"); - return '支付宝' + return '农行' } }, // 0eca8f5373ca4866aec2f8e9d9367104 老的id