评论需要添加功能,提交订单有问题

This commit is contained in:
bobobobo
2025-12-26 02:15:32 +08:00
parent 1aab94bbc3
commit bb02cb22c0
32 changed files with 2844 additions and 117 deletions

View File

@@ -24,3 +24,13 @@ export const getProductDetail = productId => {
method: 'get'
})
}
/** 商品评价列表 */
export const getProductCommentList = data => {
return http({
url: '/api/service/productReview/list',
method: 'get',
data
})
}