Commit 13741857d48ab003a2314df75495a8a5970d2bc3

Authored by 刘淇
1 parent 21ea3c7c

江阴通道码 扫码 参数bug修复

Showing 1 changed file with 1 additions and 2 deletions
src/components/parkRecord.vue
@@ -344,7 +344,6 @@ export default { @@ -344,7 +344,6 @@ export default {
344 } 344 }
345 var salt = this.$utils.myCommonSalt(32); 345 var salt = this.$utils.myCommonSalt(32);
346 346
347 - var list = "[" + this.orderIds + "]"  
348 347
349 var jsondata = { 348 var jsondata = {
350 app_id: this.$utils.myVarAppid, 349 app_id: this.$utils.myVarAppid,
@@ -353,7 +352,7 @@ export default { @@ -353,7 +352,7 @@ export default {
353 // sign: md5sign, 352 // sign: md5sign,
354 sign_type: "md5", 353 sign_type: "md5",
355 appId: this.$utils.myVxAppId, 354 appId: this.$utils.myVxAppId,
356 - orderIds: list, 355 + orderIds: JSON.stringify(this.orderIds),
357 terminalSource: '7', 356 terminalSource: '7',
358 payType: this.$utils.clientBrowsePayType(), 357 payType: this.$utils.clientBrowsePayType(),
359 orgId: this.$utils.myOrgId, 358 orgId: this.$utils.myOrgId,