Commit a655f396 by HouTiZhuo

支付有礼 fix

parent fff13263
...@@ -121,7 +121,8 @@ ...@@ -121,7 +121,8 @@
const data = { const data = {
orderSn: this._orderDetail.orderSn, orderSn: this._orderDetail.orderSn,
goodsIds, goodsIds,
amountMoney: this.totalMoney amountMoney: this.totalMoney,
orgId: this._orderDetail.orgId
} }
const res = await order.getPayWithCourtesyInfoForShop(data); const res = await order.getPayWithCourtesyInfoForShop(data);
if (res.data.code == 200) { if (res.data.code == 200) {
......
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