Commit 6037a662491608efd341497824fb0435b7b2d227
1 parent
34309994
补缴 聚合 支付
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/orderPay.vue
... | ... | @@ -143,7 +143,7 @@ export default { |
143 | 143 | var list = "[" + this.orderIds + "]" |
144 | 144 | console.log(this.orderIds) |
145 | 145 | |
146 | - var jsondata = { | |
146 | + let jsondata = { | |
147 | 147 | appId:this.$utils.xuanhuaAppid, |
148 | 148 | carNumber: me.carNumber, |
149 | 149 | orderActFee: me.arrearageActFee, // 应收 | ... | ... |