功能完善

This commit is contained in:
2024-04-13 19:15:20 +08:00
parent 23af4c25e3
commit d6f3f9c812
5 changed files with 11 additions and 8 deletions

View File

@@ -200,7 +200,7 @@ const payment = async () => {
// 'allowIntegral': 0,
// 'produceIntegralNumber': 0,
'remark': orderBean.value?.remark,
// 'address': JSON.stringify(deliveryAddress.value),
'address': JSON.stringify(deliveryAddress.value),
'orderGoods': orderBean?.value?.orderGoods?.map(item => (
{
'goodsId': item.id,