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,