退款页面bug修复

parent 94183dbc
......@@ -123,6 +123,7 @@ const getDetail = async () => {
orderDetail.value.orderItems.forEach((item) => {
count += item.prodCount;
});
orderDetail.value.prodCount = count;
};
/**
......
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