From 13741857d48ab003a2314df75495a8a5970d2bc3 Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Mon, 11 Jul 2022 13:58:49 +0800 Subject: [PATCH] 江阴通道码 扫码 参数bug修复 --- src/components/parkRecord.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/parkRecord.vue b/src/components/parkRecord.vue index 450a786..767e6df 100644 --- a/src/components/parkRecord.vue +++ b/src/components/parkRecord.vue @@ -344,7 +344,6 @@ export default { } var salt = this.$utils.myCommonSalt(32); - var list = "[" + this.orderIds + "]" var jsondata = { app_id: this.$utils.myVarAppid, @@ -353,7 +352,7 @@ export default { // sign: md5sign, sign_type: "md5", appId: this.$utils.myVxAppId, - orderIds: list, + orderIds: JSON.stringify(this.orderIds), terminalSource: '7', payType: this.$utils.clientBrowsePayType(), orgId: this.$utils.myOrgId, -- libgit2 0.21.4