Commit edf97f9d authored by li_siyu's avatar li_siyu

Merge branch 'dev-lisiyu-0325' into develop

parents f410f21c a595a6ee
...@@ -382,7 +382,7 @@ ...@@ -382,7 +382,7 @@
let data = await this.$http.post({ let data = await this.$http.post({
url: orderApi + '/order-charge/app/charge/project/createOrder' 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 chargeItemIds: this.chargeItemIds.join(","), // 交费用项id集合多个交费项之间使用逗号分隔 false
mchId: this.ChargeProDetail.mchid, // 微信商户号 false mchId: this.ChargeProDetail.mchid, // 微信商户号 false
openId: this.allData.openId, // 用户标识 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