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 344 }
345 345 var salt = this.$utils.myCommonSalt(32);
346 346  
347   - var list = "[" + this.orderIds + "]"
348 347  
349 348 var jsondata = {
350 349 app_id: this.$utils.myVarAppid,
... ... @@ -353,7 +352,7 @@ export default {
353 352 // sign: md5sign,
354 353 sign_type: "md5",
355 354 appId: this.$utils.myVxAppId,
356   - orderIds: list,
  355 + orderIds: JSON.stringify(this.orderIds),
357 356 terminalSource: '7',
358 357 payType: this.$utils.clientBrowsePayType(),
359 358 orgId: this.$utils.myOrgId,
... ...