Commit a595a6ee authored by li_siyu's avatar li_siyu

金额问题

parent 67b6f5a0
......@@ -382,7 +382,7 @@
let data = await this.$http.post({
url: orderApi + '/order-charge/app/charge/project/createOrder'
}, {
amount: this.payMoney * 100, // 金额 false
amount: Math.round(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