diff --git a/src/components/parkRecord.vue b/src/components/parkRecord.vue index 43dd2f8..90d36ed 100644 --- a/src/components/parkRecord.vue +++ b/src/components/parkRecord.vue @@ -149,7 +149,7 @@ export default { { text: '离场待缴', id: 2 }, ], carColor: 1,// 车牌颜色 - currentTabActive: 1, // 显示当前哪个 + currentTabActive: 0, // 显示当前哪个 carNumber: '', // 车牌号码 parkingData: [], // 在停数据 parkList: [], // 停车记录数据 @@ -185,7 +185,7 @@ export default { terminalSource: 7, carNumber: this.carNumber, carNumberColor: this.carColor, - orgId: this.$utils.myOrgId + // orgId: this.$utils.myOrgId } jsondata.sign = this.$utils.signObject(jsondata) @@ -340,7 +340,7 @@ export default { orderIds: list, terminalSource: '7', payType: 4, - orgId: this.$utils.myOrgId, + // orgId: this.$utils.myOrgId, } jsondata.sign = this.$utils.signObject(jsondata) diff --git a/src/components/pay.vue b/src/components/pay.vue index 27b8f47..6b68978 100644 --- a/src/components/pay.vue +++ b/src/components/pay.vue @@ -232,7 +232,7 @@ export default { orderIds: list, terminalSource: "7", payType: this.$utils.clientBrowserPayType(), - orgId: this.historyList[0].orgId + // orgId: this.historyList[0].orgId }; jsondata.sign = this.$utils.signObject(jsondata); console.log(jsondata); @@ -282,7 +282,7 @@ export default { terminalSource: 7, carNumber: this.carNumber, carNumberColor: this.carColor, - orgId: this.$utils.myOrgId + // orgId: this.$utils.myOrgId }; jsondata.sign = this.$utils.signObject(jsondata); parkRecordList(jsondata).then(response => { @@ -345,7 +345,7 @@ export default { aliParams.payType = 1;// 1:支付宝 2:微信 3:银联 10:H5 4微信公众号 aliParams.terminalSource = 7;//请求端来源 1: 任你停 2:pda 3:微信公共号 7:H5扫码 10页面支付 aliParams.paySrcType = paySrcType;//101停车支付 - aliParams.orgId = this.$utils.myOrgId; + // aliParams.orgId = this.$utils.myOrgId; aliParams.backType = 2; aliParams.recordArreaInfos = JSON.stringify( _order); console.log(aliParams); @@ -367,7 +367,7 @@ export default { bankabcParams.payType = 34;// 1:支付宝 2:微信 3:银联 10:H5 4微信公众号 bankabcParams.terminalSource = 7;//请求端来源 1: 任你停 2:pda 3:微信公共号 7:H5扫码 10页面支付 bankabcParams.paySrcType = paySrcType;//101停车支付 - bankabcParams.orgId = this.$utils.myOrgId; + // bankabcParams.orgId = this.$utils.myOrgId; bankabcParams.backType = 2; bankabcParams.PaymentLinkType = 1; bankabcParams.recordArreaInfos = JSON.stringify(this.orderId); @@ -437,7 +437,7 @@ export default { var wxParams = {}; wxParams.orderId = this.orderId; wxParams.backType = 2, - wxParams.orgId = this.$utils.myOrgId, + // wxParams.orgId = this.$utils.myOrgId, wxParams.payType = 4;// 1:支付宝 2:微信 3:银联 10:H5 4微信公众号 wxParams.terminalSource = 7;//请求端来源 1: 任你停 2:pda 3:微信公共号 7:H5扫码 10页面支付 wxParams.carNumber = this.carNumber; diff --git a/src/utils/utils.js b/src/utils/utils.js index 979722e..28ceaaf 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -172,7 +172,7 @@ export default { myVxAppId: 'wx878cfd3be9525d48', - myOrgId: '10245', + myOrgId: '', // 10252 // 10245 房山两个 10245 , 10252 别删 myGetSign: function (objb) { // 获取签名 var compare = function (obj1, obj2) {