【代码修复】下单时,备注未传递给后端的问题

pull/63/MERGE
YunaiV 2024-07-26 09:38:29 +08:00
parent f67e6a7f54
commit 0b9e8a39aa
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@
const { code, data } = await OrderApi.createOrder({
items: state.orderPayload.items,
couponId: state.orderPayload.couponId,
remark: state.orderPayload.remark,
addressId: state.addressInfo.id,
deliveryType: 1, // TODO
pointStatus: false, // TODO