diff --git a/config/index.js b/config/index.js index b912637..a9addb1 100644 --- a/config/index.js +++ b/config/index.js @@ -59,7 +59,7 @@ module.exports = { * Source Maps */ - productionSourceMap: true, + productionSourceMap: false, // https://webpack.js.org/configuration/devtool/#production devtool: '#source-map', diff --git a/src/components/orderPay.vue b/src/components/orderPay.vue index 407e0c4..8f0756a 100644 --- a/src/components/orderPay.vue +++ b/src/components/orderPay.vue @@ -23,7 +23,7 @@

停车引导员工号(非必填)

- +
{{clientBrowser}}支付
@@ -66,7 +66,7 @@ export default { webAppCode: '', // 微信code appOrderTimeout: '', // 超时描述 tollNumber:'', // 收费员员工号 - backDeveloperCode: '' + // backDeveloperCode: '' } }, created() { @@ -122,12 +122,15 @@ export default { this.orderId = [] this.orderId = _order } - if(this.tollNumber){ - this.backDeveloperCode = this.tollNumber - }else{ - this.backDeveloperCode = this.$route.query.backDeveloperCode - } - + // if(this.tollNumber){ + // this.backDeveloperCode = this.tollNumber + // }else{ + // this.backDeveloperCode = this.$route.query.backDeveloperCode + // } + + // tollNumber + // this.backDeveloperCode = this.tollNumber // 输入字段 + let ticketChargeCode = this.$route.query.ticketChargeCode // 二维码里面的收费员编号 if (this.clientBrowser == '支付宝') { // 支付宝支付 let me = this var aliParams = {}; @@ -138,7 +141,8 @@ export default { aliParams.paySrcType = this.paySrcType;//101停车支付 aliParams.orgId = this.$utils.myOrgId aliParams.backType = 2 - aliParams.backDeveloperCode = this.backDeveloperCode + aliParams.backDeveloperCode = this.tollNumber + aliParams.ticketChargeCode = ticketChargeCode aliParams.recordArreaInfos = JSON.stringify(this.orderId); console.log(aliParams) aliPay(aliParams).then(response => { @@ -180,7 +184,8 @@ export default { bankabcParams.orgId = this.$utils.myOrgId bankabcParams.backType = 2 bankabcParams.PaymentLinkType = 1 - bankabcParams.backDeveloperCode = this.backDeveloperCode + bankabcParams.backDeveloperCode = this.tollNumber + bankabcParams.ticketChargeCode = ticketChargeCode bankabcParams.recordArreaInfos = JSON.stringify(this.orderId); console.log(bankabcParams) bankH5Pay(bankabcParams).then(response => { @@ -292,7 +297,8 @@ export default { wxParams.paySrcType = this.paySrcType;//101停车支付 wxParams.recordArreaInfos = JSON.stringify(orderIdData); wxParams.openId = openIdData; - wxParams.backDeveloperCode = this.backDeveloperCode + wxParams.backDeveloperCode = this.tollNumber + wxParams.ticketChargeCode = ticketChargeCode wxParams.appId = this.$utils.myVxAppId; vxPayQuery(wxParams).then(res => { if (res.code == 0) { // diff --git a/src/components/plateNumber.vue b/src/components/plateNumber.vue index 7e7da4a..e8c0319 100644 --- a/src/components/plateNumber.vue +++ b/src/components/plateNumber.vue @@ -259,14 +259,14 @@
- -
-
-

请输入正确的车牌号

-
-
- 知道了 -
+ + + + + + + +