Commit e1a37f48 authored by 李智书's avatar 李智书

1.修改下单金额

parent d4690313
......@@ -345,7 +345,7 @@
let data = await this.$http.post({
url: orderApi + '/order-charge/app/charge/project/createOrder'
}, {
amount: this.selectCount * 100, // 金额 false
amount: this.payMoney * 100, // 金额 false
chargeItemIds: this.chargeItemIds.join(","), // 交费用项id集合多个交费项之间使用逗号分隔 false
mchId: this.ChargeProDetail.mchid, // 微信商户号 false
openId: this.allData.openId, // 用户标识 false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment