From cd926e2c192b826e3d9a0950d5765d032ad88a65 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Thu, 4 Feb 2021 13:30:56 +0800 Subject: [PATCH] 去掉车辆类型 --- src/components/orderPay.vue | 2 ++ src/utils/utils.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- libgit2 0.21.4