Commit d21a43c8 authored by GuanHua's avatar GuanHua

fix: 修改订单结算页面优惠券列表接口传参问题

parent f8e93990
......@@ -75,10 +75,8 @@ const CouponSelect: React.FC<InvoicePropsType> = (props) => {
skuIdList: [],
};
item.orderList.forEach((newCommodity) => {
obj.memberId = buyerInfo.memberId
obj.roleId = buyerInfo.roleId
// obj.memberId = newCommodity.vendorMemberId
// obj.roleId = newCommodity.vendorRoleId
obj.memberId = newCommodity.vendorMemberId
obj.roleId = newCommodity.vendorRoleId
obj.skuIdList.push(newCommodity.id);
});
skuIdListObj.push(obj);
......
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