Commit 783fc9464f027c7f555b59f6de5b4d68289e89ef

Authored by 刘淇
1 parent 67b6417e

房山充电

src/components/parkRecord.vue
@@ -149,7 +149,7 @@ export default { @@ -149,7 +149,7 @@ export default {
149 { text: '离场待缴', id: 2 }, 149 { text: '离场待缴', id: 2 },
150 ], 150 ],
151 carColor: 1,// 车牌颜色 151 carColor: 1,// 车牌颜色
152 - currentTabActive: 1, // 显示当前哪个 152 + currentTabActive: 0, // 显示当前哪个
153 carNumber: '', // 车牌号码 153 carNumber: '', // 车牌号码
154 parkingData: [], // 在停数据 154 parkingData: [], // 在停数据
155 parkList: [], // 停车记录数据 155 parkList: [], // 停车记录数据
@@ -185,7 +185,7 @@ export default { @@ -185,7 +185,7 @@ export default {
185 terminalSource: 7, 185 terminalSource: 7,
186 carNumber: this.carNumber, 186 carNumber: this.carNumber,
187 carNumberColor: this.carColor, 187 carNumberColor: this.carColor,
188 - orgId: this.$utils.myOrgId 188 + // orgId: this.$utils.myOrgId
189 } 189 }
190 jsondata.sign = this.$utils.signObject(jsondata) 190 jsondata.sign = this.$utils.signObject(jsondata)
191 191
@@ -340,7 +340,7 @@ export default { @@ -340,7 +340,7 @@ export default {
340 orderIds: list, 340 orderIds: list,
341 terminalSource: '7', 341 terminalSource: '7',
342 payType: 4, 342 payType: 4,
343 - orgId: this.$utils.myOrgId, 343 + // orgId: this.$utils.myOrgId,
344 } 344 }
345 jsondata.sign = this.$utils.signObject(jsondata) 345 jsondata.sign = this.$utils.signObject(jsondata)
346 346
src/components/pay.vue
@@ -232,7 +232,7 @@ export default { @@ -232,7 +232,7 @@ export default {
232 orderIds: list, 232 orderIds: list,
233 terminalSource: "7", 233 terminalSource: "7",
234 payType: this.$utils.clientBrowserPayType(), 234 payType: this.$utils.clientBrowserPayType(),
235 - orgId: this.historyList[0].orgId 235 + // orgId: this.historyList[0].orgId
236 }; 236 };
237 jsondata.sign = this.$utils.signObject(jsondata); 237 jsondata.sign = this.$utils.signObject(jsondata);
238 console.log(jsondata); 238 console.log(jsondata);
@@ -282,7 +282,7 @@ export default { @@ -282,7 +282,7 @@ export default {
282 terminalSource: 7, 282 terminalSource: 7,
283 carNumber: this.carNumber, 283 carNumber: this.carNumber,
284 carNumberColor: this.carColor, 284 carNumberColor: this.carColor,
285 - orgId: this.$utils.myOrgId 285 + // orgId: this.$utils.myOrgId
286 }; 286 };
287 jsondata.sign = this.$utils.signObject(jsondata); 287 jsondata.sign = this.$utils.signObject(jsondata);
288 parkRecordList(jsondata).then(response => { 288 parkRecordList(jsondata).then(response => {
@@ -345,7 +345,7 @@ export default { @@ -345,7 +345,7 @@ export default {
345 aliParams.payType = 1;// 1:支付宝 2:微信 3:银联 10:H5 4微信公众号 345 aliParams.payType = 1;// 1:支付宝 2:微信 3:银联 10:H5 4微信公众号
346 aliParams.terminalSource = 7;//请求端来源 1: 任你停 2:pda 3:微信公共号 7:H5扫码 10页面支付 346 aliParams.terminalSource = 7;//请求端来源 1: 任你停 2:pda 3:微信公共号 7:H5扫码 10页面支付
347 aliParams.paySrcType = paySrcType;//101停车支付 347 aliParams.paySrcType = paySrcType;//101停车支付
348 - aliParams.orgId = this.$utils.myOrgId; 348 + // aliParams.orgId = this.$utils.myOrgId;
349 aliParams.backType = 2; 349 aliParams.backType = 2;
350 aliParams.recordArreaInfos = JSON.stringify( _order); 350 aliParams.recordArreaInfos = JSON.stringify( _order);
351 console.log(aliParams); 351 console.log(aliParams);
@@ -367,7 +367,7 @@ export default { @@ -367,7 +367,7 @@ export default {
367 bankabcParams.payType = 34;// 1:支付宝 2:微信 3:银联 10:H5 4微信公众号 367 bankabcParams.payType = 34;// 1:支付宝 2:微信 3:银联 10:H5 4微信公众号
368 bankabcParams.terminalSource = 7;//请求端来源 1: 任你停 2:pda 3:微信公共号 7:H5扫码 10页面支付 368 bankabcParams.terminalSource = 7;//请求端来源 1: 任你停 2:pda 3:微信公共号 7:H5扫码 10页面支付
369 bankabcParams.paySrcType = paySrcType;//101停车支付 369 bankabcParams.paySrcType = paySrcType;//101停车支付
370 - bankabcParams.orgId = this.$utils.myOrgId; 370 + // bankabcParams.orgId = this.$utils.myOrgId;
371 bankabcParams.backType = 2; 371 bankabcParams.backType = 2;
372 bankabcParams.PaymentLinkType = 1; 372 bankabcParams.PaymentLinkType = 1;
373 bankabcParams.recordArreaInfos = JSON.stringify(this.orderId); 373 bankabcParams.recordArreaInfos = JSON.stringify(this.orderId);
@@ -437,7 +437,7 @@ export default { @@ -437,7 +437,7 @@ export default {
437 var wxParams = {}; 437 var wxParams = {};
438 wxParams.orderId = this.orderId; 438 wxParams.orderId = this.orderId;
439 wxParams.backType = 2, 439 wxParams.backType = 2,
440 - wxParams.orgId = this.$utils.myOrgId, 440 + // wxParams.orgId = this.$utils.myOrgId,
441 wxParams.payType = 4;// 1:支付宝 2:微信 3:银联 10:H5 4微信公众号 441 wxParams.payType = 4;// 1:支付宝 2:微信 3:银联 10:H5 4微信公众号
442 wxParams.terminalSource = 7;//请求端来源 1: 任你停 2:pda 3:微信公共号 7:H5扫码 10页面支付 442 wxParams.terminalSource = 7;//请求端来源 1: 任你停 2:pda 3:微信公共号 7:H5扫码 10页面支付
443 wxParams.carNumber = this.carNumber; 443 wxParams.carNumber = this.carNumber;
src/utils/utils.js
@@ -172,7 +172,7 @@ export default { @@ -172,7 +172,7 @@ export default {
172 172
173 myVxAppId: 'wx878cfd3be9525d48', 173 myVxAppId: 'wx878cfd3be9525d48',
174 174
175 - myOrgId: '10245', 175 + myOrgId: '', // 10252 // 10245 房山两个 10245 , 10252 别删
176 176
177 myGetSign: function (objb) { // 获取签名 177 myGetSign: function (objb) { // 获取签名
178 var compare = function (obj1, obj2) { 178 var compare = function (obj1, obj2) {