From 6037a662491608efd341497824fb0435b7b2d227 Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Mon, 10 Jul 2023 13:57:15 +0800 Subject: [PATCH] 补缴 聚合 支付 --- src/components/orderPay.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/orderPay.vue b/src/components/orderPay.vue index a1beab5..78d5b22 100644 --- a/src/components/orderPay.vue +++ b/src/components/orderPay.vue @@ -143,7 +143,7 @@ export default { var list = "[" + this.orderIds + "]" console.log(this.orderIds) - var jsondata = { + let jsondata = { appId:this.$utils.xuanhuaAppid, carNumber: me.carNumber, orderActFee: me.arrearageActFee, // 应收 -- libgit2 0.21.4