Commit 0a2a6077 authored by XieZhiXiong's avatar XieZhiXiong

chore: 跟进接口参数

parent ba029d4d
......@@ -97,14 +97,7 @@ const EvaluateOrder: React.FC = () => {
return {
star,
comment,
product: good.productName,
productId: good.productId,
productImgUrl: good.pic,
dealTime: orderInfo.createTime, // 交易时间取订单的时间
dealCount: good.purchaseCount,
unit: good.unit,
price: good.price,
totalPrice: good.totalPrice,
orderProductId: good.productId,
pics: picture.map(item => item.status === 'done' && item.url).filter(Boolean),
};
});
......
......@@ -97,14 +97,7 @@ const EvaluateOrder: React.FC = () => {
return {
star,
comment,
product: good.productName,
productId: good.productId,
productImgUrl: good.pic,
dealTime: orderInfo.createTime, // 交易时间取订单的时间
dealCount: good.purchaseCount,
unit: good.unit,
price: good.price,
totalPrice: good.totalPrice,
orderProductId: good.productId,
pics: picture.map(item => item.status === 'done' && item.url).filter(Boolean),
};
});
......
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